From 8f221ecb3fb861318c0aed69a31b578f57c743b1 Mon Sep 17 00:00:00 2001 From: Alex Miller Date: Mon, 14 Aug 2023 09:47:57 -0500 Subject: [PATCH] fix path --- script/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/publish.sh b/script/publish.sh index 39aa294..5cea3e2 100755 --- a/script/publish.sh +++ b/script/publish.sh @@ -25,7 +25,7 @@ if [[ ! -z "$S3_BUCKET" ]]; then aws s3 cp --only-show-errors "target/posix-install.sh" "$S3_BUCKET/install/posix-install.sh" aws s3 cp --only-show-errors "target/posix-install.sh" "$S3_BUCKET/install/posix-install-$version.sh" echo "Deploying https://download.clojure.org/install/clojure-tools-$version.zip" - echo "$(shasum -a 256 "target/clojure-tools.zip" | cut -c 1-64)" > target/clojure-tools.zip.sha + echo "$(shasum -a 256 target/clojure-tools.zip | cut -c 1-64)" > target/clojure-tools.zip.sha aws s3 cp --only-show-errors "target/clojure-tools.zip" "$S3_BUCKET/install/clojure-tools.zip" aws s3 cp --only-show-errors "target/clojure-tools.zip" "$S3_BUCKET/install/clojure-tools-$version.zip" echo "Deploying https://download.clojure.org/install/win-install-$version.ps1"