We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb7c2c8 commit 8572eb9Copy full SHA for 8572eb9
1 file changed
.github/workflows/flatpak.yml
@@ -20,10 +20,10 @@ jobs:
20
runner: ubuntu-24.04-arm
21
runs-on: ${{ matrix.variant.runner }}
22
steps:
23
- - uses: actions/checkout@<commit hash>
+ - uses: actions/checkout@v4
24
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
25
with:
26
- bundle: palette.flatpak
+ bundle: photobooth.flatpak
27
manifest-path: io.github.saeugetier.photobooth.json
28
cache-key: flatpak-builder-${{ github.sha }}
29
arch: ${{ matrix.variant.arch }}
0 commit comments