Skip to content

Commit

Permalink
chore: update macos failing script (twilio#452)
Browse files Browse the repository at this point in the history
Co-authored-by: shrutiburman <87537688+shrutiburman@users.noreply.github.com>
  • Loading branch information
kridai and shrutiburman authored Aug 25, 2022
1 parent 7c5b231 commit 0e09e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/pack_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ notarize_and_staple() {
notarization_status=$(jq -r .status $RUNNER_TEMP/notarization_log.json)
notarization_id=$(jq -r .id $RUNNER_TEMP/notarization_log.json)
echo "for notarization id ${notarization_id} the status is ${notarization_status}"
if [${notarization_status} = "Accepted"]
if [ "${notarization_status}" = "Accepted" ]
then
xcrun stapler staple "$FILE_PATH"
spctl --assess -vv --type install "$FILE_PATH"
Expand Down

0 comments on commit 0e09e6e

Please sign in to comment.