mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
[flatpak] Fix release pipeline
This commit is contained in:
parent
155407129f
commit
d45efa9e18
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -117,13 +117,15 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Configure Package Scripts
|
||||
run: cmake -S . -B build -GNinja -DCONFIGURE_FLATPAK=ON
|
||||
run: |
|
||||
git config --add safe.directory .
|
||||
cmake -S . -B build_config -GNinja -DCONFIGURE_FLATPAK=ON
|
||||
|
||||
- name: Build Flatpak
|
||||
uses: flatpak/flatpak-github-actions/flatpak-builder@v6
|
||||
with:
|
||||
bundle: ${{ env.APP_ID }}.${{ matrix.arch }}.flatpak
|
||||
manifest-path: build/packaging/linux/flatpak/${{ env.APP_ID }}.json
|
||||
manifest-path: build_config/packaging/linux/${{ env.APP_ID }}.json
|
||||
arch: ${{ matrix.arch }}
|
||||
|
||||
release:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user