We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bf023a commit aabb59cCopy full SHA for aabb59c
1 file changed
.github/workflows/c-cpp.yml
@@ -22,16 +22,8 @@ jobs:
22
23
- uses: actions/upload-artifact@v4
24
with:
25
- path: audio_driver/audio_driver.prx
26
-
27
- - uses: actions/upload-artifact@v4
28
- with:
29
- path: display_driver/display_driver.prx
30
31
32
33
- path: fs_driver/fs_driver.prx
34
35
36
37
- path: app/EBOOT.PBP
+ path: |
+ audio_driver/audio_driver.prx
+ display_driver/display_driver.prx
+ fs_driver/fs_driver.prx
+ app/EBOOT.PBP
0 commit comments