mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-05 21:14:01 -06:00
OrcaSlicer
This commit is contained in:
parent
3a80173533
commit
20f2b2cd0e
16 changed files with 46 additions and 46 deletions
2
.github/workflows/build_linux.yml
vendored
2
.github/workflows/build_linux.yml
vendored
|
@ -43,5 +43,5 @@ jobs:
|
|||
run: ./BuildLinux.sh -isr
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: BambuStudio-SoftFever_Linux
|
||||
name: OrcaSlicer_Linux
|
||||
path: './build/BambuStudio_ubu64.AppImage'
|
||||
|
|
4
.github/workflows/build_mac_arm64.yml
vendored
4
.github/workflows/build_mac_arm64.yml
vendored
|
@ -50,5 +50,5 @@ jobs:
|
|||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: BambuStudio-SoftFever_Mac
|
||||
path: ${{ github.workspace }}/build/BambuStudio-SoftFever/BambuStudio-SoftFever*.zip
|
||||
name: OrcaSlicer_Mac
|
||||
path: ${{ github.workspace }}/build/OrcaSlicer/OrcaSlicer*.zip
|
4
.github/workflows/build_mac_x64.yml
vendored
4
.github/workflows/build_mac_x64.yml
vendored
|
@ -51,5 +51,5 @@ jobs:
|
|||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: BambuStudio-SoftFever_Mac
|
||||
path: ${{ github.workspace }}/build/BambuStudio-SoftFever/BambuStudio-SoftFever*.zip
|
||||
name: OrcaSlicer_Mac
|
||||
path: ${{ github.workspace }}/build/OrcaSlicer/OrcaSlicer*.zip
|
6
.github/workflows/build_win.yml
vendored
6
.github/workflows/build_win.yml
vendored
|
@ -53,10 +53,10 @@ jobs:
|
|||
# - name: pack app
|
||||
# working-directory: ${{ github.workspace }}/build
|
||||
# shell: cmd
|
||||
# run: '"C:/Program Files/7-Zip/7z.exe" a -tzip BambuStudio-SoftFever_dev_build.zip ${{ github.workspace }}/build/BambuStudio-SoftFever'
|
||||
# run: '"C:/Program Files/7-Zip/7z.exe" a -tzip OrcaSlicer_dev_build.zip ${{ github.workspace }}/build/OrcaSlicer'
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: BambuStudio-SoftFever_Win64_nightly
|
||||
path: ${{ github.workspace }}/build/BambuStudio-SoftFever
|
||||
name: OrcaSlicer_Win64_nightly
|
||||
path: ${{ github.workspace }}/build/OrcaSlicer
|
Loading…
Add table
Add a link
Reference in a new issue