diff --git a/.ci/macos/notarize.sh b/.ci/macos/notarize.sh index ed398ee381991ccb6e9e998d2075da4b17bb8325..0b327ac68fed4ae8d9c5bf2e9378146a4b41c221 100755 --- a/.ci/macos/notarize.sh +++ b/.ci/macos/notarize.sh @@ -65,7 +65,7 @@ while sleep 60 && date; do #isSuccess=$(grep "success" "$NOTARIZE_STATUS_LOG") #isFailure=$(grep "invalid" "$NOTARIZE_STATUS_LOG") - if [ "${sub_status}" = "Approved" ]; then + if [ "${sub_status}" = "Accepted" ]; then echo "Notarization done!" xcrun stapler staple -v nheko.dmg echo "Stapler done!"