Upload notary logs
This commit is contained in:
parent
9dd0182626
commit
9dafc34d43
2 changed files with 5 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue