Update build-switch.yml
This commit is contained in:
@@ -37,12 +37,11 @@ jobs:
|
|||||||
- name: Create binary package (cpack)
|
- name: Create binary package (cpack)
|
||||||
working-directory: ./build
|
working-directory: ./build
|
||||||
run: |
|
run: |
|
||||||
cpack
|
cpack -G TXZ
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: "switch-gl3-package"
|
name: "switch-gl3"
|
||||||
path: build/*.zip
|
path: build/*.zip
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
retention-days: 7
|
|
||||||
|
|||||||
Reference in New Issue
Block a user