mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-08 10:47:36 -03:00
Minor build system changes
This commit is contained in:
parent
7e47616407
commit
dbda51299d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
steps:
|
||||
# Clone latest copy of repository
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 1
|
||||
- name: Zip all packs
|
||||
|
@ -46,5 +46,5 @@ jobs:
|
|||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: graphicPacks.zip
|
||||
name: graphicPacks
|
||||
path: "graphicPacks.zip"
|
||||
|
|
Loading…
Reference in a new issue