Undo log artifact upload

This commit is contained in:
Joseph Donofry 2024-11-17 18:37:16 -05:00
parent da91f83178
commit bca05d38c4
No known key found for this signature in database
GPG key ID: E8A1D78EF044B0CB
2 changed files with 0 additions and 5 deletions

View file

@ -62,8 +62,6 @@ requestUUID="$(awk -F ': ' '/id/ {print $2}' "$NOTARIZE_SUBMIT_LOG" | head -1)"
if [ -z "${requestUUID}" ]; then if [ -z "${requestUUID}" ]; then
echo "Something went wrong when submitting the request... we don't have a UUID" 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 exit 1
else else
echo "Received requestUUID: \"${requestUUID}\"" echo "Received requestUUID: \"${requestUUID}\""

View file

@ -301,12 +301,9 @@ build-macos-as:
after_script: after_script:
- ./.ci/upload-nightly-gitlab.sh artifacts/nheko-${CI_COMMIT_SHORT_SHA}-${PLAT}.dmg - ./.ci/upload-nightly-gitlab.sh artifacts/nheko-${CI_COMMIT_SHORT_SHA}-${PLAT}.dmg
artifacts: artifacts:
access: developer
paths: paths:
- artifacts/nheko-${CI_COMMIT_SHORT_SHA}-${PLAT}.dmg - artifacts/nheko-${CI_COMMIT_SHORT_SHA}-${PLAT}.dmg
- artifacts/notarize_submit.log
name: nheko-${CI_COMMIT_SHORT_SHA}-macos name: nheko-${CI_COMMIT_SHORT_SHA}-macos
when: always
codesign-macos-intel: codesign-macos-intel:
<<: *codesign_macos <<: *codesign_macos