Skip to content

Github Actions

Susan Spencer edited this page Jul 11, 2022 · 19 revisions

Return Home

Understanding GitHub Actions

  • 2022-07-10 Linux appimage builds started failing several weeks ago due to changes to KDE's public key from public.key to Release.gpg. They also changed the location their key file. Also, the gpg format of this key requires the key data to be added directly to Ubuntu's keyring; we can't use apt-key anymore. Apt-key is deprecated but is still available on 22-04, but it's interesting that we find out about these cascading multiple issues only when our build fails.
  • 2022-07-10 Linux appimage build continue to fail even after the kde download issue was fixed. The error message is this:
GenerateMethodError(appimagebuilder.modules.generate.command_generate.GenerateMethodError: 
Unable to find an AppDir, this is required to create a recipe.

Clone this wiki locally