Revert "add missing mkdir"

This reverts commit d1652aa95e.
This commit is contained in:
Nikita Galaiko 2023-02-20 16:17:01 +01:00
parent d1652aa95e
commit 45ba1c5569
No known key found for this signature in database
GPG Key ID: EBAB54E845BA519D

View File

@ -182,7 +182,6 @@ MACOS_UPDATER="$(find "$BUNDLE_DIR/macos" -depth 1 -type f -name "*.tar.gz")"
MACOS_UPDATER_SIG="$(find "$BUNDLE_DIR/macos" -depth 1 -type f -name "*.tar.gz.sig")"
RELEASE_DIR="$DIST/$OS/$ARCH"
mkdir -p "$RELEASE_DIR"
cp "$MACOS_DMG" "$RELEASE_DIR"
cp "$MACOS_UPDATER" "$RELEASE_DIR"
cp "$MACOS_UPDATER_SIG" "$RELEASE_DIR"