diff --git a/.github/workflows/build_mac_arm64.yml b/.github/workflows/build_mac_arm64.yml index e3711c6f5b..01c4017d8b 100644 --- a/.github/workflows/build_mac_arm64.yml +++ b/.github/workflows/build_mac_arm64.yml @@ -76,7 +76,7 @@ jobs: export ver=$(grep '^#define SoftFever_VERSION' ./build_arm64/src/libslic3r/libslic3r_version.h | cut -d ' ' -f3) ver="_V${ver//\"}" cd ${{ github.workspace }}/build_arm64/OrcaSlicer - zip -FSrq OrcaSlicer${ver}_nightly_Mac_AppleSilicon_signed.zip ./OrcaSlicer.app + zip -FSrq OrcaSlicer${ver}_Mac_AppleSilicon_signed.zip ./OrcaSlicer.app # (wip: staple failed, error 65) # - name: Notarize the app diff --git a/.github/workflows/build_mac_x64.yml b/.github/workflows/build_mac_x64.yml index 3fb6fba85f..483ab88135 100644 --- a/.github/workflows/build_mac_x64.yml +++ b/.github/workflows/build_mac_x64.yml @@ -76,7 +76,7 @@ jobs: 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 OrcaSlicer.app + zip -FSrq OrcaSlicer${ver}_Mac_Intel_signed.zip OrcaSlicer.app # (wip: staple failed, error 65) # - name: Notarize the app