mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-03-22 03:02:02 +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
|
||||
strategy:
|
||||
matrix:
|
||||
preset: ["flatpak-debug", "flatpak-release"]
|
||||
preset: ["Flatpak-Debug", "Flatpak-Release"]
|
||||
env:
|
||||
FLATPAK_ID: io.github.hedge_dev.unleashedrecomp
|
||||
|
||||
|
|
@ -207,7 +207,7 @@ jobs:
|
|||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: UnleashedRecomp-Flatpak
|
||||
name: UnleashedRecomp-${{ matrix.preset }}
|
||||
path: ./${{ env.FLATPAK_ID }}.flatpak
|
||||
build-macos:
|
||||
name: Build macOS
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue