Merge branch 'master' into DRTVWR-553-maint-mix-JK

master
Andrey Lihatskiy 2022-01-12 23:32:18 +02:00
commit efe9f0e865
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
6.5.2
6.5.3

View File

@ -16,8 +16,9 @@ if [ -f "$CONFIG_FILE" ]; then
--password $PASSWORD \
--asc-provider $ASC_PROVIDER \
--file "$zip_file" 2>&1)
echo $res
requestUUID=$(echo $res | awk '/RequestUUID/ { print $NF; }')
echo "Apple Notarization RequestUUID: $requestUUID"
if [[ -n $requestUUID ]]; then