diff options
author | Joseph Donofry <rubberduckie3554@gmail.com> | 2023-02-28 13:39:11 -0500 |
---|---|---|
committer | Joseph Donofry <rubberduckie3554@gmail.com> | 2023-02-28 13:39:11 -0500 |
commit | 9a1a065c61f1d24700e208a299f787d8270c0788 (patch) | |
tree | db1d68637f1faad38a36afe6c19f76a3d7e7c6c8 /.ci | |
parent | Fix upload_url json key (diff) | |
download | nheko-9a1a065c61f1d24700e208a299f787d8270c0788.tar.xz |
Put releasable artifacts into artifacts dir
Diffstat (limited to '.ci')
-rwxr-xr-x | .ci/macos/notarize.sh | 2 |
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 |