mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-21 21:58:03 -06:00
mac Intel pack fix
This commit is contained in:
parent
4fab4ebea0
commit
ce0b393415
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_mac_x64.yml
vendored
2
.github/workflows/build_mac_x64.yml
vendored
|
@ -76,7 +76,7 @@ jobs:
|
||||||
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
|
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 OrcaSlicer.app
|
||||||
|
|
||||||
# (wip: staple failed, error 65)
|
# (wip: staple failed, error 65)
|
||||||
# - name: Notarize the app
|
# - name: Notarize the app
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue