Skip to content
Snippets Groups Projects
Verified Commit 951d0f4d authored by Joe Donofry's avatar Joe Donofry
Browse files

Accepted... not Approved

parent 7b0ef054
No related branches found
No related tags found
No related merge requests found
Pipeline #3679 failed
......@@ -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!"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment