diff options
Diffstat (limited to '.ci/macos/notarize.sh')
-rwxr-xr-x | .ci/macos/notarize.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.ci/macos/notarize.sh b/.ci/macos/notarize.sh index 2757d44c..345f4828 100755 --- a/.ci/macos/notarize.sh +++ b/.ci/macos/notarize.sh @@ -97,7 +97,7 @@ done VERSION=${CI_COMMIT_SHORT_SHA} if [ -n "$VERSION" ]; then - mv nheko.dmg "nheko-${VERSION}_${PLAT}.dmg" - mkdir artifacts - cp "nheko-${VERSION}_${PLAT}.dmg" artifacts/ + mv nheko.dmg "nheko-${VERSION}-${PLAT}.dmg" + mkdir -p artifacts + cp "nheko-${VERSION}-${PLAT}.dmg" artifacts/ fi \ No newline at end of file |