Create build.yml

This commit is contained in:
Salem Yaslem 2024-09-28 19:03:12 +03:00 committed by GitHub
parent cad5588b72
commit df9c97a4ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

22
.github/workflows/build.yml vendored Normal file
View File

@ -0,0 +1,22 @@
name: Build Flatpak
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
flatpak-builder:
name: "Flatpak Builder"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:kde-5.15-23.08
options: --privileged
steps:
- uses: actions/checkout@v2
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: qocker.flatpak
manifest-path: sa.sy.Qocker.json
cache-key: flatpak-builder-${{ github.sha }}