From 7f544f9049eca9cee6a028ac24a667764bd9f799 Mon Sep 17 00:00:00 2001 From: Adrian Graber Date: Tue, 13 Jul 2021 01:32:43 +0200 Subject: Fix artifact path --- .github/workflows/build-switch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/build-switch.yml') 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 -- cgit v1.2.3