Skip to content
Snippets Groups Projects
Verified Commit 3c21e09c authored by Joe Donofry's avatar Joe Donofry
Browse files

Add macos notarize logs as artifacts

parent 79ce6038
No related branches found
No related tags found
No related merge requests found
Pipeline #3673 failed
......@@ -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"
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment