summary refs log tree commit diff
path: root/.ci
diff options
context:
space:
mode:
authorJoseph Donofry <rubberduckie3554@gmail.com>2023-02-28 13:39:11 -0500
committerJoseph Donofry <rubberduckie3554@gmail.com>2023-02-28 13:39:11 -0500
commit9a1a065c61f1d24700e208a299f787d8270c0788 (patch)
treedb1d68637f1faad38a36afe6c19f76a3d7e7c6c8 /.ci
parentFix upload_url json key (diff)
downloadnheko-9a1a065c61f1d24700e208a299f787d8270c0788.tar.xz
Put releasable artifacts into artifacts dir
Diffstat (limited to '.ci')
-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