Skip to content

Commit

Permalink
1.5.0_Mac_Intel_rebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftFever authored Mar 17, 2023
1 parent ff81b98 commit 8e05e9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_mac_x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ jobs:
run: |
export ver=$(grep '^#define SoftFever_VERSION' ./build_x86_64/src/libslic3r/libslic3r_version.h | cut -d ' ' -f3)
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
# (wip: staple failed, error 65)
Expand All @@ -90,4 +91,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: OrcaSlicer_Mac_Intel
path: ${{ github.workspace }}/build_x86_64/OrcaSlicer/OrcaSlicer*.zip
path: ${{ github.workspace }}/build_x86_64/OrcaSlicer/OrcaSlicer*.zip

0 comments on commit 8e05e9c

Please sign in to comment.