Skip to content

Commit

Permalink
chore: fixing aws-cli in release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 24, 2025
1 parent 5b4a65a commit 4c67db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/publish-s3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cache_week="max-age=604800,s-maxage=604800,public,immutable"

#aws s3 cp "$RELEASE_DIR/$MISE_VERSION" "s3://$AWS_S3_BUCKET/$MISE_VERSION/" --cache-control "$cache_week" --no-progress --recursive --include "*" --exclude "*.tar.gz" --exclude "*.tar.xz"

which aws
which -a aws
aws --version
aws s3 cp "$RELEASE_DIR" "s3://$AWS_S3_BUCKET/" --cache-control "$cache_day" --no-progress --recursive --exclude "*.tar.gz" --exclude "*.tar.xz" --include "mise-latest-*"
aws s3 cp "$RELEASE_DIR" "s3://$AWS_S3_BUCKET/" --cache-control "$cache_day" --no-progress --content-type "text/plain" --recursive --exclude "*" --include "SHASUMS*"
Expand Down

0 comments on commit 4c67db5

Please sign in to comment.