diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/build-switch.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-switch.yml b/.github/workflows/build-switch.yml index 6ea45720..fff4195f 100644 --- a/.github/workflows/build-switch.yml +++ b/.github/workflows/build-switch.yml @@ -25,5 +25,5 @@ jobs: uses: actions/upload-artifact@v2 with: name: "switch-gl3" - path: build/*.zip - if-no-files-found: error
\ No newline at end of file + path: build/*.tar.xz + if-no-files-found: error |