Compare commits

...

2 commits

Author SHA1 Message Date
Joseph Donofry
9922dc828f
Make sure to upload on failure 2024-11-17 18:02:24 -05:00
Joseph Donofry
6145a319c2
Temporarily upload notarization error log 2024-11-17 17:59:22 -05:00
2 changed files with 5 additions and 1 deletions

View file

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

View file

@ -298,10 +298,12 @@ 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
when: always
codesign-macos-intel:
<<: *codesign_macos