Skip to content

Commit

Permalink
Actions: Update to GNOME 47, add release-test job
Browse files Browse the repository at this point in the history
  • Loading branch information
cassidyjames committed Sep 18, 2024
1 parent f51c016 commit b90bec4
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Flatpak (Devel)
runs-on: ubuntu-latest
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-46
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-47
options: --privileged
steps:
- uses: actions/checkout@v4
Expand All @@ -23,3 +23,16 @@ jobs:
bundle: com.cassidyjames.butler.Devel.flatpak
manifest-path: com.cassidyjames.butler.Devel.json
cache-key: "flatpak-builder-${{ github.sha }}"
flatpak-release:
name: Flatpak (Release)
runs-on: ubuntu-latest
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-47
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flathub-infra/flatpak-github-actions/flatpak-builder@master
with:
bundle: com.cassidyjames.butler.flatpak
manifest-path: com.cassidyjames.butler.json
cache-key: "flatpak-builder-${{ github.sha }}"

0 comments on commit b90bec4

Please sign in to comment.