This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -47,15 +47,15 @@ jobs:
|
|||||||
- 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
|
# Create Dusk.zip with /PSP/GAME/Dusk/EBOOT.PBP structure
|
||||||
mkdir -p build-psp/git-artifcats/PSP/GAME/Dusk
|
mkdir -p ./git-artifcats/PSP/GAME/Dusk
|
||||||
cp build-psp/EBOOT.PBP build-psp/git-artifcats/PSP/GAME/Dusk/EBOOT.PBP
|
cp build-psp/EBOOT.PBP ./git-artifcats/PSP/GAME/Dusk/EBOOT.PBP
|
||||||
cd build-psp/git-artifcats
|
cd ./git-artifcats
|
||||||
zip -r Dusk.zip PSP
|
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: build-psp/git-artifcats/Dusk.zip
|
path: ./git-artifcats/Dusk.zip
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
# build-psp:
|
# build-psp:
|
||||||
|
|||||||
Reference in New Issue
Block a user