mirror of
https://github.com/nzp-team/nzportable.git
synced 2024-11-10 06:31:51 +00:00
YML: Only reference unified PSP build
This commit is contained in:
parent
749aae9824
commit
523feeebce
1 changed files with 7 additions and 22 deletions
29
.github/workflows/generate-nightly.yml
vendored
29
.github/workflows/generate-nightly.yml
vendored
|
@ -47,8 +47,7 @@ jobs:
|
|||
./out/nzportable-linux64.zip
|
||||
./out/nzportable-linuxarm64.zip
|
||||
./out/nzportable-linuxarmhf.zip
|
||||
./out/nzportable-psp-32mb.zip
|
||||
./out/nzportable-psp-64mb.zip
|
||||
./out/nzportable-psp.zip
|
||||
./out/nzportable-switch.zip
|
||||
./out/nzportable-vita.zip
|
||||
./out/nzportable-win32.zip
|
||||
|
@ -70,8 +69,7 @@ jobs:
|
|||
./out/nzportable-linux64.zip
|
||||
./out/nzportable-linuxarm64.zip
|
||||
./out/nzportable-linuxarmhf.zip
|
||||
./out/nzportable-psp-32mb.zip
|
||||
./out/nzportable-psp-64mb.zip
|
||||
./out/nzportable-psp.zip
|
||||
./out/nzportable-switch.zip
|
||||
./out/nzportable-vita.zip
|
||||
./out/nzportable-win32.zip
|
||||
|
@ -93,8 +91,7 @@ jobs:
|
|||
./out/nzportable-linux64.zip
|
||||
./out/nzportable-linuxarm64.zip
|
||||
./out/nzportable-linuxarmhf.zip
|
||||
./out/nzportable-psp-32mb.zip
|
||||
./out/nzportable-psp-64mb.zip
|
||||
./out/nzportable-psp.zip
|
||||
./out/nzportable-switch.zip
|
||||
./out/nzportable-vita.zip
|
||||
./out/nzportable-win32.zip
|
||||
|
@ -116,8 +113,7 @@ jobs:
|
|||
./out/nzportable-linux64.zip
|
||||
./out/nzportable-linuxarm64.zip
|
||||
./out/nzportable-linuxarmhf.zip
|
||||
./out/nzportable-psp-32mb.zip
|
||||
./out/nzportable-psp-64mb.zip
|
||||
./out/nzportable-psp.zip
|
||||
./out/nzportable-switch.zip
|
||||
./out/nzportable-vita.zip
|
||||
./out/nzportable-win32.zip
|
||||
|
@ -139,8 +135,7 @@ jobs:
|
|||
./out/nzportable-linux64.zip
|
||||
./out/nzportable-linuxarm64.zip
|
||||
./out/nzportable-linuxarmhf.zip
|
||||
./out/nzportable-psp-32mb.zip
|
||||
./out/nzportable-psp-64mb.zip
|
||||
./out/nzportable-psp.zip
|
||||
./out/nzportable-switch.zip
|
||||
./out/nzportable-vita.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-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-psp-32mb.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-psp.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-win32.zip
|
||||
|
@ -220,20 +214,11 @@ jobs:
|
|||
uses: KikimoraGames/itch-publish@v0.0.3
|
||||
with:
|
||||
butlerApiKey: ${{secrets.BUTLER_API_KEY}}
|
||||
gameData: nzportable-psp-32mb.zip
|
||||
gameData: nzportable-psp.zip
|
||||
itchUsername: nzp-team
|
||||
itchGameId: nazi-zombies-portable
|
||||
buildChannel: psp-1000
|
||||
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
|
||||
uses: KikimoraGames/itch-publish@v0.0.3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue