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