From bca05d38c4ea291e0105f3b55c9d66b8d5e4e9fd Mon Sep 17 00:00:00 2001 From: Joseph Donofry Date: Sun, 17 Nov 2024 18:37:16 -0500 Subject: [PATCH] Undo log artifact upload --- .ci/macos/notarize.sh | 2 -- .gitlab-ci.yml | 3 --- 2 files changed, 5 deletions(-) diff --git a/.ci/macos/notarize.sh b/.ci/macos/notarize.sh index 269a3a8f..f8c905ea 100755 --- a/.ci/macos/notarize.sh +++ b/.ci/macos/notarize.sh @@ -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}\"" diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2577606d..e85189d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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