YML: Only reference unified PSP build

This commit is contained in:
cypress 2024-09-08 18:22:42 -07:00 committed by GitHub
parent 749aae9824
commit 523feeebce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,8 +47,7 @@ jobs:
./out/nzportable-linux64.zip ./out/nzportable-linux64.zip
./out/nzportable-linuxarm64.zip ./out/nzportable-linuxarm64.zip
./out/nzportable-linuxarmhf.zip ./out/nzportable-linuxarmhf.zip
./out/nzportable-psp-32mb.zip ./out/nzportable-psp.zip
./out/nzportable-psp-64mb.zip
./out/nzportable-switch.zip ./out/nzportable-switch.zip
./out/nzportable-vita.zip ./out/nzportable-vita.zip
./out/nzportable-win32.zip ./out/nzportable-win32.zip
@ -70,8 +69,7 @@ jobs:
./out/nzportable-linux64.zip ./out/nzportable-linux64.zip
./out/nzportable-linuxarm64.zip ./out/nzportable-linuxarm64.zip
./out/nzportable-linuxarmhf.zip ./out/nzportable-linuxarmhf.zip
./out/nzportable-psp-32mb.zip ./out/nzportable-psp.zip
./out/nzportable-psp-64mb.zip
./out/nzportable-switch.zip ./out/nzportable-switch.zip
./out/nzportable-vita.zip ./out/nzportable-vita.zip
./out/nzportable-win32.zip ./out/nzportable-win32.zip
@ -93,8 +91,7 @@ jobs:
./out/nzportable-linux64.zip ./out/nzportable-linux64.zip
./out/nzportable-linuxarm64.zip ./out/nzportable-linuxarm64.zip
./out/nzportable-linuxarmhf.zip ./out/nzportable-linuxarmhf.zip
./out/nzportable-psp-32mb.zip ./out/nzportable-psp.zip
./out/nzportable-psp-64mb.zip
./out/nzportable-switch.zip ./out/nzportable-switch.zip
./out/nzportable-vita.zip ./out/nzportable-vita.zip
./out/nzportable-win32.zip ./out/nzportable-win32.zip
@ -116,8 +113,7 @@ jobs:
./out/nzportable-linux64.zip ./out/nzportable-linux64.zip
./out/nzportable-linuxarm64.zip ./out/nzportable-linuxarm64.zip
./out/nzportable-linuxarmhf.zip ./out/nzportable-linuxarmhf.zip
./out/nzportable-psp-32mb.zip ./out/nzportable-psp.zip
./out/nzportable-psp-64mb.zip
./out/nzportable-switch.zip ./out/nzportable-switch.zip
./out/nzportable-vita.zip ./out/nzportable-vita.zip
./out/nzportable-win32.zip ./out/nzportable-win32.zip
@ -139,8 +135,7 @@ jobs:
./out/nzportable-linux64.zip ./out/nzportable-linux64.zip
./out/nzportable-linuxarm64.zip ./out/nzportable-linuxarm64.zip
./out/nzportable-linuxarmhf.zip ./out/nzportable-linuxarmhf.zip
./out/nzportable-psp-32mb.zip ./out/nzportable-psp.zip
./out/nzportable-psp-64mb.zip
./out/nzportable-switch.zip ./out/nzportable-switch.zip
./out/nzportable-vita.zip ./out/nzportable-vita.zip
./out/nzportable-win32.zip ./out/nzportable-win32.zip
@ -165,8 +160,7 @@ jobs:
wget https://github.com/nzp-team/nzportable/releases/download/nightly/nzportable-linux64.zip wget https://github.com/nzp-team/nzportable/releases/download/nightly/nzportable-linux64.zip
wget https://github.com/nzp-team/nzportable/releases/download/nightly/nzportable-linuxarm64.zip wget https://github.com/nzp-team/nzportable/releases/download/nightly/nzportable-linuxarm64.zip
wget https://github.com/nzp-team/nzportable/releases/download/nightly/nzportable-linuxarmhf.zip wget https://github.com/nzp-team/nzportable/releases/download/nightly/nzportable-linuxarmhf.zip
wget https://github.com/nzp-team/nzportable/releases/download/nightly/nzportable-psp-32mb.zip wget https://github.com/nzp-team/nzportable/releases/download/nightly/nzportable-psp.zip
wget https://github.com/nzp-team/nzportable/releases/download/nightly/nzportable-psp-64mb.zip
wget https://github.com/nzp-team/nzportable/releases/download/nightly/nzportable-switch.zip wget https://github.com/nzp-team/nzportable/releases/download/nightly/nzportable-switch.zip
wget https://github.com/nzp-team/nzportable/releases/download/nightly/nzportable-vita.zip wget https://github.com/nzp-team/nzportable/releases/download/nightly/nzportable-vita.zip
wget https://github.com/nzp-team/nzportable/releases/download/nightly/nzportable-win32.zip wget https://github.com/nzp-team/nzportable/releases/download/nightly/nzportable-win32.zip
@ -220,20 +214,11 @@ jobs:
uses: KikimoraGames/itch-publish@v0.0.3 uses: KikimoraGames/itch-publish@v0.0.3
with: with:
butlerApiKey: ${{secrets.BUTLER_API_KEY}} butlerApiKey: ${{secrets.BUTLER_API_KEY}}
gameData: nzportable-psp-32mb.zip gameData: nzportable-psp.zip
itchUsername: nzp-team itchUsername: nzp-team
itchGameId: nazi-zombies-portable itchGameId: nazi-zombies-portable
buildChannel: psp-1000 buildChannel: psp-1000
buildNumberFile: build-version.txt buildNumberFile: build-version.txt
- name: Upload to itch.io - PlayStation Portable 64mB
uses: KikimoraGames/itch-publish@v0.0.3
with:
butlerApiKey: ${{secrets.BUTLER_API_KEY}}
gameData: nzportable-psp-64mb.zip
itchUsername: nzp-team
itchGameId: nazi-zombies-portable
buildChannel: psp-2000
buildNumberFile: build-version.txt
- name: Upload to itch.io - Nintendo Switch - name: Upload to itch.io - Nintendo Switch
uses: KikimoraGames/itch-publish@v0.0.3 uses: KikimoraGames/itch-publish@v0.0.3
with: with: