Skip to content

Commit

Permalink
Add flatpak action
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeulen committed Oct 7, 2024
1 parent 0366ef9 commit 2642763
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/flatpak-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
push:
branches: [main]
pull_request:
name: CI
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:freedesktop-20.08
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: chisurf.flatpak
manifest-path: ./build_tools/flatpak/xyz.peulen.ChiSurf.yml
cache-key: flatpak-builder-${{ github.sha }}

0 comments on commit 2642763

Please sign in to comment.