Skip to content

Commit 8572eb9

Browse files
committed
correct ci script
1 parent cb7c2c8 commit 8572eb9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/flatpak.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
runner: ubuntu-24.04-arm
2121
runs-on: ${{ matrix.variant.runner }}
2222
steps:
23-
- uses: actions/checkout@<commit hash>
23+
- uses: actions/checkout@v4
2424
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
2525
with:
26-
bundle: palette.flatpak
26+
bundle: photobooth.flatpak
2727
manifest-path: io.github.saeugetier.photobooth.json
2828
cache-key: flatpak-builder-${{ github.sha }}
2929
arch: ${{ matrix.variant.arch }}

0 commit comments

Comments
 (0)