mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 12:29:01 +00:00
Fix artifact path
This commit is contained in:
parent
6665b16ba2
commit
7f544f9049
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-switch.yml
vendored
4
.github/workflows/build-switch.yml
vendored
|
@ -25,5 +25,5 @@ jobs:
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: "switch-gl3"
|
name: "switch-gl3"
|
||||||
path: build/*.zip
|
path: build/*.tar.xz
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
Loading…
Reference in a new issue