Support runtimes and apps
When using this github action with an extension (which, as far as I know, creates runtime/RDDN/arch/version instead of app/RDDN/arch/version), the action fails. According to my logs, it fails because it cannot find app/RDDN/arch/version. Unfortunately, I can't seem to find an option to have it search for runtime instead of app.
I would like to see some sort of option to allow it to support runtime/extensions
It already supports runtimes just fine, elementary used to make use of it sometime iirc
In my usage, it says it can't find the app. On 24 Apr 2022, 18:34 -0700, Bilal Elmoussaoui @.***>, wrote:
It already supports runtimes just fine, elementary used to make use of it sometime iirc — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
Could you link to the manifest/your workflow file?
https://github.com/tau-OS/github-actions/blob/main/.github/workflows/build-flatpak.yml
I'm having the same problem in the build-bundle part: It tries to build an app bundle even for runtimes and fails. Maybe there could be an option to skip building the bundle if you only want to upload the build to a repository or it should automatically skip building bundles for runtimes.
Should be fixed with https://github.com/flatpak/flatpak-github-actions/pull/115