mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-04 20:44:00 -06:00
1.5.0
This commit is contained in:
parent
ea2430265b
commit
ff81b988a3
5 changed files with 30 additions and 13 deletions
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
|
||||
|
|
2
.github/workflows/build_mac_x64.yml
vendored
2
.github/workflows/build_mac_x64.yml
vendored
|
@ -90,4 +90,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: OrcaSlicer_Mac_Intel
|
||||
path: ${{ github.workspace }}/build_arm64/OrcaSlicer/OrcaSlicer*.zip
|
||||
path: ${{ github.workspace }}/build_x86_64/OrcaSlicer/OrcaSlicer*.zip
|
Loading…
Add table
Add a link
Reference in a new issue