diff --git a/.ci/macos/notarize.sh b/.ci/macos/notarize.sh index f8c905ea..269a3a8f 100755 --- a/.ci/macos/notarize.sh +++ b/.ci/macos/notarize.sh @@ -62,6 +62,8 @@ requestUUID="$(awk -F ': ' '/id/ {print $2}' "$NOTARIZE_SUBMIT_LOG" | head -1)" if [ -z "${requestUUID}" ]; then echo "Something went wrong when submitting the request... we don't have a UUID" + mkdir -p artifacts + cp "$NOTARIZE_SUBMIT_LOG" artifacts/notarize_submit.log exit 1 else echo "Received requestUUID: \"${requestUUID}\"" diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd53b141..061b2dac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -298,9 +298,10 @@ build-macos-as: after_script: - ./.ci/upload-nightly-gitlab.sh artifacts/nheko-${CI_COMMIT_SHORT_SHA}-${PLAT}.dmg artifacts: + access: developer paths: - artifacts/nheko-${CI_COMMIT_SHORT_SHA}-${PLAT}.dmg - - /tmp/notarize* + - artifacts/notarize_submit.log name: nheko-${CI_COMMIT_SHORT_SHA}-macos codesign-macos-intel: