more debug output around notarizing

This commit is contained in:
Martin Lippert
2021-06-16 14:27:07 +02:00
parent 5d7e1b67be
commit 01b4e4c41e
2 changed files with 5 additions and 2 deletions

View File

@@ -3,6 +3,9 @@
DMG=$1
NOTARIZE_SERVICE_URL=$2
echo "Notarize DMG"
echo ${DMG}
RESPONSE=\
$(curl -s -X POST \
-F file=@${DMG} \