Skip to content

Commit d690079

Browse files
authored
fix: fix cicd with flatpak
1 parent 445da83 commit d690079

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/flatpak.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@ on:
88

99
jobs:
1010
flatpak:
11-
name: Flatpak
11+
name: "Flatpak"
1212
runs-on: ubuntu-latest
1313
container:
14-
image: bilelmoussaoui/flatpak-github-actions:gnome-48
14+
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48
1515
options: --privileged
1616
steps:
17-
- uses: actions/checkout@v3.0.2
18-
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4
17+
- uses: actions/checkout@v4
18+
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
1919
with:
2020
manifest-path: com.github.lachhebo.Gabtag.Devel.json
2121
bundle: com.github.lachhebo.Gabtag.Devel.flatpak
22-
run-tests: true
23-
cache-key: flatpak-builder-${{ github.sha }}
22+
cache-key: flatpak-builder-${{ github.sha }}

0 commit comments

Comments
 (0)