Update build-switch.yml

This commit is contained in:
Dima353
2025-07-08 16:26:34 +03:00
committed by GitHub
parent 53421bd9ac
commit 820a241597
+2 -3
View File
@@ -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