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

Upload notary logs

parent 9dd01826
No related branches found
No related tags found
No related merge requests found
Pipeline #4938 failed
......@@ -42,7 +42,10 @@ NOTARIZE_SUBMIT_LOG=$(mktemp /tmp/notarize-submit.XXXXXX)
NOTARIZE_STATUS_LOG=$(mktemp /tmp/notarize-status.XXXXXX)
finish() {
rm "$NOTARIZE_SUBMIT_LOG" "$NOTARIZE_STATUS_LOG"
# rm "$NOTARIZE_SUBMIT_LOG" "$NOTARIZE_STATUS_LOG"
mkdir -p artifacts
cp "$NOTARIZE_SUBMIT_LOG" artifacts/
cp "$NOTARIZE_STATUS_LOG" artifacts/
}
trap finish EXIT
......
......@@ -189,7 +189,7 @@ codesign-macos:
artifacts:
paths:
- artifacts/nheko-${CI_COMMIT_SHORT_SHA}-${PLAT}.dmg
- /tmp/notarize*
- artifacts/notarize*
name: nheko-${CI_COMMIT_SHORT_SHA}-macos
build-flatpak:
......
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