diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index d0bc43d5..d609963e 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -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 diff --git a/flatpak/io.github.hedge_dev.unleashedrecomp-flatpak-debug.json b/flatpak/io.github.hedge_dev.unleashedrecomp-Flatpak-Debug.json similarity index 100% rename from flatpak/io.github.hedge_dev.unleashedrecomp-flatpak-debug.json rename to flatpak/io.github.hedge_dev.unleashedrecomp-Flatpak-Debug.json diff --git a/flatpak/io.github.hedge_dev.unleashedrecomp-flatpak-release.json b/flatpak/io.github.hedge_dev.unleashedrecomp-Flatpak-Release.json similarity index 100% rename from flatpak/io.github.hedge_dev.unleashedrecomp-flatpak-release.json rename to flatpak/io.github.hedge_dev.unleashedrecomp-Flatpak-Release.json