Update and rename flatpak-build.yml to flatpak-builder.yml

This commit is contained in:
Jeffry Samuel
2024-08-04 18:22:50 -06:00
committed by GitHub
parent c1f80f209e
commit d48fbd8b62
2 changed files with 20 additions and 41 deletions

20
.github/workflows/flatpak-builder.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
# .github/workflows/flatpak-build.yml
on:
push:
branches: [main]
pull_request:
name: CI
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-46
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: Alpaca.flatpak
manifest-path: com.jeffser.Alpaca.json
cache-key: flatpak-builder-${{ github.sha }}