test 2
Some checks failed
Build Dusk / build-psp (push) Failing after 14s

This commit is contained in:
2026-03-10 21:35:50 -05:00
parent 9743942eae
commit 18e6bdabaa

View File

@@ -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: