1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-17 06:37:45 +00:00

Build Flatpak on the CI

This commit is contained in:
Joshua Goins 2025-04-29 15:16:05 -04:00
parent d69ebf91c7
commit 91bc000d25

View file

@ -316,26 +316,16 @@ jobs:
name: ${{ runner.os }}-package name: ${{ runner.os }}-package
path: ${{ steps.strings.outputs.build-output-dir }}/bin path: ${{ steps.strings.outputs.build-output-dir }}/bin
#build-flatpak: flatpak:
# runs-on: ubuntu-latest name: "Flatpak"
runs-on: ubuntu-latest
# steps: container:
# - uses: actions/checkout@v4 image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48
# with: options: --privileged
# submodules: true steps:
- uses: actions/checkout@v4
# - name: Setup Linux dependencies - uses: flatpak/flatpak-github-actions/flatpak-builder@v6
# run: | with:
# sudo apt-get update bundle: astra.flatpak
# sudo apt-get install \ manifest-path: zone.xiv.astra.yml
# flatpak-builder \ cache-key: flatpak-builder-${{ github.sha }}
# - name: Build Flatpak
# run: |
# ./scripts/build-flatpak.sh
# - name: Archive artifacts
# uses: actions/upload-artifact@v4
# with:
# name: flatpak
# path: astra.flatpak