mirror of
https://github.com/Steve-Tech/YAFI.git
synced 2026-04-19 16:50:36 +00:00
20 lines
440 B
YAML
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
|