diff --git a/.ci/macos/notarize.sh b/.ci/macos/notarize.sh index b4ca31e6..81158ed2 100755 --- a/.ci/macos/notarize.sh +++ b/.ci/macos/notarize.sh @@ -21,6 +21,8 @@ if [ "${CI_PIPELINE_TRIGGERED}" ]; then # so move it to the right place for the rest of the process. ( cd build || exit unzip nheko.zip + mv build/nheko.app . + rm -rf build ) fi