mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 21:01:37 +00:00
differentiate debug and release artifacts for flatpaks
This commit is contained in:
parent
cd7bd167a2
commit
9e2d1a920c
3 changed files with 2 additions and 2 deletions
4
.github/workflows/validate.yml
vendored
4
.github/workflows/validate.yml
vendored
|
|
@ -162,7 +162,7 @@ jobs:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
preset: ["flatpak-debug", "flatpak-release"]
|
preset: ["Flatpak-Debug", "Flatpak-Release"]
|
||||||
env:
|
env:
|
||||||
FLATPAK_ID: io.github.hedge_dev.unleashedrecomp
|
FLATPAK_ID: io.github.hedge_dev.unleashedrecomp
|
||||||
|
|
||||||
|
|
@ -207,7 +207,7 @@ jobs:
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: UnleashedRecomp-Flatpak
|
name: UnleashedRecomp-${{ matrix.preset }}
|
||||||
path: ./${{ env.FLATPAK_ID }}.flatpak
|
path: ./${{ env.FLATPAK_ID }}.flatpak
|
||||||
build-macos:
|
build-macos:
|
||||||
name: Build macOS
|
name: Build macOS
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue