aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3852d1fff..1e43afd12 100644
--- a/Makefile
+++ b/Makefile
@@ -152,8 +152,8 @@ prepare-release: tag release-create write-package-json-version-cli write-package
release-create:
gh release create --title "Bun v$(PACKAGE_JSON_VERSION)" "$(BUN_BUILD_TAG)"
-BUN_DEPLOY_DIR: $(BUN_TMP_DIR)/bun-deploy
-BUN_DEPLOY_CLI: $(BUN_TMP_DIR)/bun-cli
+BUN_DEPLOY_DIR := $(BUN_TMP_DIR)/bun-deploy
+BUN_DEPLOY_CLI := $(BUN_TMP_DIR)/bun-cli
release-cli-push:
rm -rf $(BUN_DEPLOY_CLI)