fix linux CICD

This commit is contained in:
SoftFever
2023-01-13 21:57:38 +08:00
parent 886fa4aa33
commit 26d1f6f653

View File

@@ -35,4 +35,10 @@ jobs:
continue-on-error: true
run: ./BuildLinux.sh -dsr
- name: Build Studio
shell: bash
run: ./BuildLinux.sh -ir
- uses: actions/upload-artifact@v3
with:
name: BambuStudio-SoftFever_Linux
path: './build/BambuStudio_ubu64.AppImage'