From 18e6bdabaaca2ea87ad2868c7277f6ad81851864 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Tue, 10 Mar 2026 21:35:50 -0500 Subject: [PATCH] test 2 --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b670dc..7d570d8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,15 +47,15 @@ jobs: - name: Move EBOOT.PBP to Dusk subfolder run: | # Create Dusk.zip with /PSP/GAME/Dusk/EBOOT.PBP structure - mkdir -p build-psp/git-artifcats/PSP/GAME/Dusk - cp build-psp/EBOOT.PBP build-psp/git-artifcats/PSP/GAME/Dusk/EBOOT.PBP - cd build-psp/git-artifcats + 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 - name: Upload psp binary uses: actions/upload-artifact@v6 with: name: dusk-psp - path: build-psp/git-artifcats/Dusk.zip + path: ./git-artifcats/Dusk.zip if-no-files-found: error # build-psp: