mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
fix linux CICD
This commit is contained in:
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'
|
||||||
|
|||||||
Reference in New Issue
Block a user