summary refs log tree commit diff
path: root/.ci
diff options
context:
space:
mode:
authorJoseph Donofry <rubberduckie3554@gmail.com>2022-09-24 22:16:18 -0400
committerJoseph Donofry <rubberduckie3554@gmail.com>2022-09-24 22:16:18 -0400
commit7b0ef054d0992c6b6d5eb5ef0ddcda72a3892c39 (patch)
tree5f7357814935d7caa8d84c8baae427735dc929a7 /.ci
parentUpdate requestUUID source (diff)
downloadnheko-7b0ef054d0992c6b6d5eb5ef0ddcda72a3892c39.tar.xz
apple's service cares about spaces
Diffstat (limited to '.ci')
-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 0b05a1d0..ed398ee3 100755
--- a/.ci/macos/notarize.sh
+++ b/.ci/macos/notarize.sh
@@ -53,7 +53,7 @@ echo "--> Start Notarization process"
 # OLD altool usage: xcrun altool -t osx -f nheko.dmg --primary-bundle-id "io.github.nheko-reborn.nheko" --notarize-app -u "${APPLE_DEV_USER}" -p "${APPLE_DEV_PASS}" > "$NOTARIZE_SUBMIT_LOG" 2>&1
 xcrun notarytool submit nheko.dmg --apple-id "${APPLE_DEV_USER}" --password "${APPLE_DEV_PASS}" --team-id "${APPLE_TEAM_ID}" > "$NOTARIZE_SUBMIT_LOG" 2>&1
 # OLD altool usage: requestUUID="$(awk -F ' = ' '/RequestUUID/ {print $2}' "$NOTARIZE_SUBMIT_LOG")"
-requestUUID="$(awk -F ':' '/id/ {print $2}' "$NOTARIZE_SUBMIT_LOG" | head -1)"
+requestUUID="$(awk -F ': ' '/id/ {print $2}' "$NOTARIZE_SUBMIT_LOG" | head -1)"
 
 while sleep 60 && date; do
   echo "--> Checking notarization status for ${requestUUID}"