Add flatpak ci
This commit is contained in:
parent
c49e322287
commit
00a19425ce
1 changed files with 20 additions and 0 deletions
20
.github/workflows/flatpak.yml
vendored
Normal file
20
.github/workflows/flatpak.yml
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
name: Flatpak
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [main]
|
||||||
|
pull_request:
|
||||||
|
branches: [main]
|
||||||
|
jobs:
|
||||||
|
flatpak:
|
||||||
|
name: "Flatpak"
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: bilelmoussaoui/flatpak-github-actions:gnome-45
|
||||||
|
options: --privileged
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||||
|
with:
|
||||||
|
bundle: goldwarden.flatpak
|
||||||
|
manifest-path: com.quexten.Goldwarden.yml
|
||||||
|
cache-key: flatpak-builder-${{ github.sha }}
|
||||||
Loading…
Reference in a new issue