Skip to content

Commit 9b004e7

Browse files
add upload to s3 capability
1 parent e0ad018 commit 9b004e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/publish_asset_to_s3/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
set -eux
2525
if [ "$DRY_RUN" == "false" ]; then
2626
echo "Uploading Release Reports"
27-
TARGET=s3://${AWS_BUCKET}/${PRODUCT_NAME}/${VERSION}
27+
TARGET=s3://${AWS_BUCKET}/${PRODUCT_NAME}/${VERSION}/${FILES}
2828
aws s3 cp $FILES $TARGET
2929
else
3030
echo "Dry run, not uploading to S3 or creating GitHub Release"

0 commit comments

Comments
 (0)