mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
1.5.0
This commit is contained in:
5
.github/workflows/build_linux.yml
vendored
5
.github/workflows/build_linux.yml
vendored
@@ -43,7 +43,10 @@ jobs:
|
||||
|
||||
- name: Build Studio
|
||||
shell: bash
|
||||
run: ./BuildLinux.sh -isr
|
||||
run: |
|
||||
./BuildLinux.sh -isr
|
||||
chmod +x ./build/OrcaSlicer_ubu64.AppImage
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: OrcaSlicer_Linux
|
||||
|
||||
Reference in New Issue
Block a user