mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 11:28:49 +03:00
Temporarily upload notarization error log
This commit is contained in:
parent
014e55d738
commit
6145a319c2
2 changed files with 4 additions and 1 deletions
|
@ -62,6 +62,8 @@ requestUUID="$(awk -F ': ' '/id/ {print $2}' "$NOTARIZE_SUBMIT_LOG" | head -1)"
|
||||||
|
|
||||||
if [ -z "${requestUUID}" ]; then
|
if [ -z "${requestUUID}" ]; then
|
||||||
echo "Something went wrong when submitting the request... we don't have a UUID"
|
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
|
exit 1
|
||||||
else
|
else
|
||||||
echo "Received requestUUID: \"${requestUUID}\""
|
echo "Received requestUUID: \"${requestUUID}\""
|
||||||
|
|
|
@ -298,9 +298,10 @@ build-macos-as:
|
||||||
after_script:
|
after_script:
|
||||||
- ./.ci/upload-nightly-gitlab.sh artifacts/nheko-${CI_COMMIT_SHORT_SHA}-${PLAT}.dmg
|
- ./.ci/upload-nightly-gitlab.sh artifacts/nheko-${CI_COMMIT_SHORT_SHA}-${PLAT}.dmg
|
||||||
artifacts:
|
artifacts:
|
||||||
|
access: developer
|
||||||
paths:
|
paths:
|
||||||
- artifacts/nheko-${CI_COMMIT_SHORT_SHA}-${PLAT}.dmg
|
- artifacts/nheko-${CI_COMMIT_SHORT_SHA}-${PLAT}.dmg
|
||||||
- /tmp/notarize*
|
- artifacts/notarize_submit.log
|
||||||
name: nheko-${CI_COMMIT_SHORT_SHA}-macos
|
name: nheko-${CI_COMMIT_SHORT_SHA}-macos
|
||||||
|
|
||||||
codesign-macos-intel:
|
codesign-macos-intel:
|
||||||
|
|
Loading…
Reference in a new issue