Update and rename flatpak-build.yml to flatpak-builder.yml
This commit is contained in:
20
.github/workflows/flatpak-builder.yml
vendored
Normal file
20
.github/workflows/flatpak-builder.yml
vendored
Normal 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 }}
|
||||
Reference in New Issue
Block a user