From af6e962a5db33e49853b92ec2e311c0bf8943918 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Tue, 10 Mar 2026 21:39:00 -0500 Subject: [PATCH] Try rename --- .github/workflows/build.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d570d8..f5ce1e6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: