Skip to content

Commit

Permalink
Create flatpak_builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dgsasha committed Apr 16, 2023
1 parent 794a868 commit 27401d1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/flatpak_builder.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:gnome-44
options: --privileged
steps:
- uses: actions/checkout@v3
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6.1
with:
bundle: remembrance.flatpak
manifest-path: flatpak/io.github.dgsasaha.Remembrance.yml
cache-key: flatpak-builder-${{ github.sha }}

0 comments on commit 27401d1

Please sign in to comment.