diff options
-rwxr-xr-x | .ci/macos/notarize.sh | 2 | ||||
-rw-r--r-- | .gitlab-ci.yml | 3 |
2 files changed, 0 insertions, 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 |