Files
YAFI/.github/workflows/flatpak.yml
2025-09-21 13:37:35 +10:00

20 lines
440 B
YAML

name: Flatpak Build
on:
push:
pull_request:
jobs:
flatpak:
runs-on: ubuntu-latest
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-49
options: --privileged
steps:
- uses: actions/checkout@v4
- name: Build Flatpak
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: yafi-${{ github.sha }}.flatpak
manifest-path: au.stevetech.yafi.json