mirror of
https://github.com/joel16/CMFileManager-PSP.git
synced 2024-11-23 03:39:42 +00:00
actions: Use upload-artifact@v3 and set artifact name
This commit is contained in:
parent
4f10474794
commit
de39115961
3
.github/workflows/c-cpp.yml
vendored
3
.github/workflows/c-cpp.yml
vendored
@ -20,6 +20,7 @@ jobs:
|
||||
- name: Compile project
|
||||
run: make
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: CMFileManager-PSP
|
||||
path: app/EBOOT.PBP
|
||||
|
Loading…
Reference in New Issue
Block a user