summary refs log tree commit diff
path: root/.ci/macos/notarize.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/macos/notarize.sh')
-rwxr-xr-x.ci/macos/notarize.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci/macos/notarize.sh b/.ci/macos/notarize.sh
index 111610a8..1e1b2049 100755
--- a/.ci/macos/notarize.sh
+++ b/.ci/macos/notarize.sh
@@ -36,8 +36,8 @@ done
 
 codesign --force --timestamp --options=runtime --sign "${APPLE_DEV_IDENTITY}" "build/nheko.app"
 
-NOTARIZE_SUBMIT_LOG=$(mktemp -t notarize-submit)
-NOTARIZE_STATUS_LOG=$(mktemp -t notarize-status)
+NOTARIZE_SUBMIT_LOG=$(mktemp /tmp/notarize-submit.XXXXXX)
+NOTARIZE_STATUS_LOG=$(mktemp /tmp/notarize-status.XXXXXX)
 
 finish() {
   rm "$NOTARIZE_SUBMIT_LOG" "$NOTARIZE_STATUS_LOG"