We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a187d5 commit 962312eCopy full SHA for 962312e
.github/workflows/flatpak.yml
@@ -42,10 +42,11 @@ jobs:
42
43
- name: Generate flatpak release/debug inputs
44
run:
45
- echo hi
+ sh mk/android/gen_flatpaks.sh
46
+ ls -la mk/android/gen_flatpaks.sh
47
48
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
49
with:
- bundle: mk/flatpak/SuperTuxNightly.flatpak
50
- manifest-path: ${{ env.APPID }}.yml
+ bundle: SuperTuxNightly.flatpak
51
+ manifest-path: mk/android/${{ env.APPID }}.yml
52
cache-key: flatpak-builder-${{ github.sha }}
0 commit comments