Add macos notarize logs as artifacts

This commit is contained in:
Joseph Donofry 2022-09-24 17:43:06 -04:00
parent 79ce60382a
commit 3c21e09caf
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
2 changed files with 3 additions and 2 deletions

View File

@ -36,8 +36,8 @@ done
codesign --force --timestamp --options=runtime --sign "${APPLE_DEV_IDENTITY}" "build/nheko.app"
NOTARIZE_SUBMIT_LOG=$(mktemp -t notarize-submit)
NOTARIZE_STATUS_LOG=$(mktemp -t notarize-status)
NOTARIZE_SUBMIT_LOG=$(mktemp /tmp/notarize-submit.XXXXXX)
NOTARIZE_STATUS_LOG=$(mktemp /tmp/notarize-status.XXXXXX)
finish() {
rm "$NOTARIZE_SUBMIT_LOG" "$NOTARIZE_STATUS_LOG"

View File

@ -130,6 +130,7 @@ build-macos:
artifacts:
paths:
- build/nheko.app
- /tmp/notarize*
name: nheko-${CI_COMMIT_SHORT_SHA}-macos-app
expose_as: 'macos-app'
public: false