mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-02-17 02:26:20 +01:00
Minor build system changes
This commit is contained in:
parent
7e47616407
commit
dbda51299d
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…
x
Reference in New Issue
Block a user