Skip to content

Commit

Permalink
Add basic flatpak github action
Browse files Browse the repository at this point in the history
  • Loading branch information
agorgl committed Nov 5, 2024
1 parent 70083ff commit 4b36e9b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: flatpak

on: workflow_dispatch

jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:kde-5.15-23.08
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: mod-desktop.flatpak
manifest-path: flatpak/audio.mod.mod-desktop.yaml
cache-key: flatpak-builder-${{ github.sha }}

0 comments on commit 4b36e9b

Please sign in to comment.