From 5ae516982146c295f42b7f740c97f986d61e53fb Mon Sep 17 00:00:00 2001 From: munishchouhan Date: Thu, 14 Sep 2023 08:59:37 +0200 Subject: [PATCH] removed staple from notarize binary CI step --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8b22aea..f541f70 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -67,7 +67,6 @@ jobs: xcrun notarytool store-credentials "notarytool-profile" -k AuthKey.p8 -d "$MACOS_AC_API_KEY_ID" -i "$MACOS_AC_API_ISSUER_ID" ditto -c -k --keepParent "./app/build/native/nativeCompile/wavelit" "notarization.zip" xcrun notarytool submit "notarization.zip" --keychain-profile "notarytool-profile" --wait - xcrun stapler staple "./app/build/native/nativeCompile/wavelit" if: ${{ matrix.codesign }} - name: Publish tests report