mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-19 23:01:22 -06:00
fix linux CICD
This commit is contained in:
parent
b107990270
commit
6a86668ab2
1 changed files with 7 additions and 1 deletions
8
.github/workflows/build_linux.yml
vendored
8
.github/workflows/build_linux.yml
vendored
|
@ -35,4 +35,10 @@ jobs:
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
run: ./BuildLinux.sh -dsr
|
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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue