Skip to content

Commit

Permalink
Update flatpak.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nokse22 committed Apr 25, 2024
1 parent 7f5d355 commit c159e6c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,14 @@ permissions:
contents: read
jobs:
flatpak:
name: "GNOME on Flatpak"
name: "Flatpak"
runs-on: ubuntu-latest
if: ${{ github.event.pull_request.user.login != 'weblate' }}
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-44
options: --privileged
strategy:
matrix:
arch: [x86_64]
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: flatpak/flatpak-github-actions/flatpak-builder@v4
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: io.github.nokse22.HighTide.flatpak
manifest-path: io.github.nokse22.HighTide.json
Expand Down

0 comments on commit c159e6c

Please sign in to comment.