We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0ad018 commit 9b004e7Copy full SHA for 9b004e7
.github/actions/publish_asset_to_s3/action.yml
@@ -24,7 +24,7 @@ runs:
24
set -eux
25
if [ "$DRY_RUN" == "false" ]; then
26
echo "Uploading Release Reports"
27
- TARGET=s3://${AWS_BUCKET}/${PRODUCT_NAME}/${VERSION}
+ TARGET=s3://${AWS_BUCKET}/${PRODUCT_NAME}/${VERSION}/${FILES}
28
aws s3 cp $FILES $TARGET
29
else
30
echo "Dry run, not uploading to S3 or creating GitHub Release"
0 commit comments