mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-09 03:07:41 -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:
|
steps:
|
||||||
# Clone latest copy of repository
|
# Clone latest copy of repository
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v1
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
- name: Zip all packs
|
- name: Zip all packs
|
||||||
|
@ -46,5 +46,5 @@ jobs:
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: graphicPacks.zip
|
name: graphicPacks
|
||||||
path: "graphicPacks.zip"
|
path: "graphicPacks.zip"
|
||||||
|
|
Loading…
Reference in a new issue