Temporarily upload notarization error log

pull/1841/head
Joseph Donofry 3 months ago
parent a646e381e2
commit c1ef49ac54
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
  1. 2
      .ci/macos/notarize.sh
  2. 3
      .gitlab-ci.yml

@ -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}\""

@ -301,9 +301,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:

Loading…
Cancel
Save