1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-05-19 06:47:44 +00:00

Add Flatpak CI job

This commit is contained in:
Joshua Goins 2025-05-07 21:16:59 -04:00
parent 58425c1ae0
commit ba835d076f

View file

@ -333,3 +333,19 @@ jobs:
with:
name: ${{ runner.os }}-package
path: ${{ steps.strings.outputs.build-output-dir }}/bin
flatpak:
name: "Flatpak"
runs-on: ubuntu-latest
container:
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48
options: --privileged
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: flatpak/flatpak-github-actions/flatpak-builder@v6
with:
bundle: astra.flatpak
manifest-path: zone.xiv.novus.yml
cache-key: flatpak-builder-${{ github.sha }}