mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 07:34:03 -06:00
1.5.0_Mac_Intel_rebuilt
This commit is contained in:
parent
ff81b988a3
commit
8e05e9c71f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build_mac_x64.yml
vendored
3
.github/workflows/build_mac_x64.yml
vendored
|
@ -75,6 +75,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
export ver=$(grep '^#define SoftFever_VERSION' ./build_x86_64/src/libslic3r/libslic3r_version.h | cut -d ' ' -f3)
|
export ver=$(grep '^#define SoftFever_VERSION' ./build_x86_64/src/libslic3r/libslic3r_version.h | cut -d ' ' -f3)
|
||||||
ver="_V${ver//\"}"
|
ver="_V${ver//\"}"
|
||||||
|
cd ${{ github.workspace }}/build_x86_64/OrcaSlicer
|
||||||
zip -FSrq OrcaSlicer${ver}_nightly_Mac_Intel_signed.zip ${{ github.workspace }}/build_x86_64/OrcaSlicer/OrcaSlicer.app
|
zip -FSrq OrcaSlicer${ver}_nightly_Mac_Intel_signed.zip ${{ github.workspace }}/build_x86_64/OrcaSlicer/OrcaSlicer.app
|
||||||
|
|
||||||
# (wip: staple failed, error 65)
|
# (wip: staple failed, error 65)
|
||||||
|
@ -90,4 +91,4 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: OrcaSlicer_Mac_Intel
|
name: OrcaSlicer_Mac_Intel
|
||||||
path: ${{ github.workspace }}/build_x86_64/OrcaSlicer/OrcaSlicer*.zip
|
path: ${{ github.workspace }}/build_x86_64/OrcaSlicer/OrcaSlicer*.zip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue