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:
parent
58425c1ae0
commit
ba835d076f
1 changed files with 16 additions and 0 deletions
16
.github/workflows/main.yml
vendored
16
.github/workflows/main.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue