From 6145a319c2ac71768a567c0b45a4f2f64a4321a1 Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Sun, 17 Nov 2024 17:59:22 -0500 Subject: [PATCH] Temporarily upload notarization error log --- .ci/macos/notarize.sh | 2 ++ .gitlab-ci.yml | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) 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: