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
|
||||
- name: Move EBOOT.PBP to Dusk subfolder
|
||||
run: |
|
||||
# Create Dusk.zip with /PSP/GAME/Dusk/EBOOT.PBP structure
|
||||
mkdir -p ./git-artifcats/PSP/GAME/Dusk
|
||||
cp build-psp/EBOOT.PBP ./git-artifcats/PSP/GAME/Dusk/EBOOT.PBP
|
||||
cd ./git-artifcats
|
||||
zip -r Dusk.zip PSP
|
||||
mkdir -p ./git-artifcats/Dusk/PSP/GAME/Dusk
|
||||
cp build-psp/EBOOT.PBP ./git-artifcats/Dusk/PSP/GAME/Dusk/EBOOT.PBP
|
||||
- name: Upload psp binary
|
||||
uses: actions/upload-artifact@v6
|
||||
with:
|
||||
name: dusk-psp
|
||||
path: ./git-artifcats/Dusk.zip
|
||||
path: ./git-artifcats/Dusk
|
||||
if-no-files-found: error
|
||||
|
||||
# build-psp:
|
||||
|
||||
Reference in New Issue
Block a user