Skip to content

Commit 962312e

Browse files
committed
ci: gen flatpaks test
Signed-off-by: Swagtoy <me@ow.swag.toys>
1 parent 4a187d5 commit 962312e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/flatpak.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,11 @@ jobs:
4242

4343
- name: Generate flatpak release/debug inputs
4444
run:
45-
echo hi
45+
sh mk/android/gen_flatpaks.sh
46+
ls -la mk/android/gen_flatpaks.sh
4647

4748
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
4849
with:
49-
bundle: mk/flatpak/SuperTuxNightly.flatpak
50-
manifest-path: ${{ env.APPID }}.yml
50+
bundle: SuperTuxNightly.flatpak
51+
manifest-path: mk/android/${{ env.APPID }}.yml
5152
cache-key: flatpak-builder-${{ github.sha }}

0 commit comments

Comments
 (0)