From 820a241597c34f6d721de5e4389ed050ec26d65d Mon Sep 17 00:00:00 2001 From: Dima353 <75039669+Dima353@users.noreply.github.com> Date: Tue, 8 Jul 2025 16:26:34 +0300 Subject: [PATCH] Update build-switch.yml --- .github/workflows/build-switch.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-switch.yml b/.github/workflows/build-switch.yml index 5006c255..5f77ac7e 100644 --- a/.github/workflows/build-switch.yml +++ b/.github/workflows/build-switch.yml @@ -37,12 +37,11 @@ jobs: - name: Create binary package (cpack) working-directory: ./build run: | - cpack + cpack -G TXZ - name: Upload artifact uses: actions/upload-artifact@v4 with: - name: "switch-gl3-package" + name: "switch-gl3" path: build/*.zip if-no-files-found: error - retention-days: 7