summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-x.ci/macos/notarize.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/macos/notarize.sh b/.ci/macos/notarize.sh

index ed398ee3..0b327ac6 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!"