Skip to content

GH Action

GH Action #1

on:
push:
branches: [main]
pull_request:
name: BuildFlatpak
jobs:
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:kde-6.8
options: --privileged
steps:
- uses: actions/checkout@v4
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: flowkeeper.flatpak
manifest-path: org.flowkeeper.Flowkeeper.yaml
cache-key: flatpak-builder-${{ github.sha }}