Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Aug 14, 2023
1 parent 4da241f commit 8f221ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8f221ec

Please sign in to comment.