Skip to content

Commit 00ee2d6

Browse files
committed
ci: Restructure artifacts
1 parent aabb59c commit 00ee2d6

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,16 @@ jobs:
1919
2020
- name: Compile project
2121
run: make
22-
22+
23+
- name: Prepare artifact folder
24+
run: |
25+
mkdir -p CMFileManagerPSP
26+
cp audio_driver/audio_driver.prx CMFileManagerPSP/
27+
cp display_driver/display_driver.prx CMFileManagerPSP/
28+
cp fs_driver/fs_driver.prx CMFileManagerPSP/
29+
cp app/EBOOT.PBP CMFileManagerPSP/
30+
2331
- uses: actions/upload-artifact@v4
2432
with:
25-
path: |
26-
audio_driver/audio_driver.prx
27-
display_driver/display_driver.prx
28-
fs_driver/fs_driver.prx
29-
app/EBOOT.PBP
33+
name: CMFileManagerPSP
34+
path: CMFileManagerPSP/

0 commit comments

Comments
 (0)