Skip to content

Commit 9e2d1a9

Browse files
committed
differentiate debug and release artifacts for flatpaks
1 parent cd7bd16 commit 9e2d1a9

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
runs-on: ubuntu-24.04
163163
strategy:
164164
matrix:
165-
preset: ["flatpak-debug", "flatpak-release"]
165+
preset: ["Flatpak-Debug", "Flatpak-Release"]
166166
env:
167167
FLATPAK_ID: io.github.hedge_dev.unleashedrecomp
168168

@@ -207,7 +207,7 @@ jobs:
207207
- name: Upload Artifact
208208
uses: actions/upload-artifact@v4
209209
with:
210-
name: UnleashedRecomp-Flatpak
210+
name: UnleashedRecomp-${{ matrix.preset }}
211211
path: ./${{ env.FLATPAK_ID }}.flatpak
212212
build-macos:
213213
name: Build macOS

flatpak/io.github.hedge_dev.unleashedrecomp-flatpak-debug.json renamed to flatpak/io.github.hedge_dev.unleashedrecomp-Flatpak-Debug.json

File renamed without changes.

flatpak/io.github.hedge_dev.unleashedrecomp-flatpak-release.json renamed to flatpak/io.github.hedge_dev.unleashedrecomp-Flatpak-Release.json

File renamed without changes.

0 commit comments

Comments
 (0)