Skip to content

Commit

Permalink
ci: use explicit name when publishing s3 blobs (#2740)
Browse files Browse the repository at this point in the history
  • Loading branch information
takirala committed Oct 15, 2024
1 parent 05e81c8 commit 792a8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ release publish="true" tmp_dir=`mktemp --directory`: (_prepare-archive tmp_dir)
#!/usr/bin/env bash
set -euox pipefail
if {{ publish }}; then
aws s3 cp --acl {{ s3_acl }} {{ archive_name }} {{ s3_uri }}
aws s3 cp --acl {{ s3_acl }} {{ archive_name }} {{ s3_uri }}/{{ archive_name }}
echo "Published to {{ published_url }}"
else
echo "Skipping publish"
Expand Down

0 comments on commit 792a8fb

Please sign in to comment.