differentiate debug and release artifacts for flatpaks

This commit is contained in:
DeaTh-G 2026-02-03 19:12:38 +01:00
parent cd7bd167a2
commit 9e2d1a920c
3 changed files with 2 additions and 2 deletions

View file

@ -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