flatpak-github-actions icon indicating copy to clipboard operation
flatpak-github-actions copied to clipboard

Support runtimes and apps

Open ItsJamie9494 opened this issue 3 years ago • 4 comments

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

ItsJamie9494 avatar Apr 25 '22 00:04 ItsJamie9494

It already supports runtimes just fine, elementary used to make use of it sometime iirc

bilelmoussaoui avatar Apr 25 '22 01:04 bilelmoussaoui

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: @.***>

ItsJamie9494 avatar Apr 25 '22 01:04 ItsJamie9494

Could you link to the manifest/your workflow file?

bilelmoussaoui avatar Apr 25 '22 01:04 bilelmoussaoui

https://github.com/tau-OS/github-actions/blob/main/.github/workflows/build-flatpak.yml

ItsJamie9494 avatar Apr 25 '22 02:04 ItsJamie9494

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.

nalsai avatar Oct 28 '22 12:10 nalsai

Should be fixed with https://github.com/flatpak/flatpak-github-actions/pull/115

bilelmoussaoui avatar Dec 23 '22 14:12 bilelmoussaoui