summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Donofry <rubberduckie3554@gmail.com>2024-11-17 18:37:16 -0500
committerJoseph Donofry <rubberduckie3554@gmail.com>2024-11-17 18:37:16 -0500
commitbca05d38c4ea291e0105f3b55c9d66b8d5e4e9fd (patch)
tree215f4671ef803963c1ce701a9976fe74f234aa63
parentMake sure to upload on failure (diff)
downloadnheko-bca05d38c4ea291e0105f3b55c9d66b8d5e4e9fd.tar.xz
Undo log artifact upload
-rwxr-xr-x.ci/macos/notarize.sh2
-rw-r--r--.gitlab-ci.yml3
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