mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 10:40:47 +03:00
Undo log artifact upload
This commit is contained in:
parent
da91f83178
commit
bca05d38c4
2 changed files with 0 additions and 5 deletions
|
@ -62,8 +62,6 @@ requestUUID="$(awk -F ': ' '/id/ {print $2}' "$NOTARIZE_SUBMIT_LOG" | head -1)"
|
|||
|
||||
if [ -z "${requestUUID}" ]; then
|
||||
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
|
||||
else
|
||||
echo "Received requestUUID: \"${requestUUID}\""
|
||||
|
|
|
@ -301,12 +301,9 @@ build-macos-as:
|
|||
after_script:
|
||||
- ./.ci/upload-nightly-gitlab.sh artifacts/nheko-${CI_COMMIT_SHORT_SHA}-${PLAT}.dmg
|
||||
artifacts:
|
||||
access: developer
|
||||
paths:
|
||||
- artifacts/nheko-${CI_COMMIT_SHORT_SHA}-${PLAT}.dmg
|
||||
- artifacts/notarize_submit.log
|
||||
name: nheko-${CI_COMMIT_SHORT_SHA}-macos
|
||||
when: always
|
||||
|
||||
codesign-macos-intel:
|
||||
<<: *codesign_macos
|
||||
|
|
Loading…
Reference in a new issue