Skip to content

Commit

Permalink
removed staple from notarize binary CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
munishchouhan committed Sep 14, 2023
1 parent c9902c8 commit 5ae5169
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ae5169

Please sign in to comment.