summary refs log tree commit diff
path: root/.ci/macos/notarize.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/macos/notarize.sh')
-rwxr-xr-x.ci/macos/notarize.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/macos/notarize.sh b/.ci/macos/notarize.sh
index 2757d44c..cb3d3ef7 100755
--- a/.ci/macos/notarize.sh
+++ b/.ci/macos/notarize.sh
@@ -98,6 +98,6 @@ VERSION=${CI_COMMIT_SHORT_SHA}
 
 if [ -n "$VERSION" ]; then
     mv nheko.dmg "nheko-${VERSION}_${PLAT}.dmg"
-    mkdir artifacts
+    mkdir -p artifacts
     cp "nheko-${VERSION}_${PLAT}.dmg" artifacts/
 fi
\ No newline at end of file