This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -46,16 +46,13 @@ jobs:
|
|||||||
run: ./scripts/build-psp-docker.sh
|
run: ./scripts/build-psp-docker.sh
|
||||||
- name: Move EBOOT.PBP to Dusk subfolder
|
- name: Move EBOOT.PBP to Dusk subfolder
|
||||||
run: |
|
run: |
|
||||||
# Create Dusk.zip with /PSP/GAME/Dusk/EBOOT.PBP structure
|
mkdir -p ./git-artifcats/Dusk/PSP/GAME/Dusk
|
||||||
mkdir -p ./git-artifcats/PSP/GAME/Dusk
|
cp build-psp/EBOOT.PBP ./git-artifcats/Dusk/PSP/GAME/Dusk/EBOOT.PBP
|
||||||
cp build-psp/EBOOT.PBP ./git-artifcats/PSP/GAME/Dusk/EBOOT.PBP
|
|
||||||
cd ./git-artifcats
|
|
||||||
zip -r Dusk.zip PSP
|
|
||||||
- name: Upload psp binary
|
- name: Upload psp binary
|
||||||
uses: actions/upload-artifact@v6
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: dusk-psp
|
name: dusk-psp
|
||||||
path: ./git-artifcats/Dusk.zip
|
path: ./git-artifcats/Dusk
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
# build-psp:
|
# build-psp:
|
||||||
|
|||||||
Reference in New Issue
Block a user