GHA: fix downloads page upload

This commit is contained in:
aboyko
2023-07-21 08:42:45 -04:00
parent 8c91f71dac
commit 1148411e69
2 changed files with 6 additions and 6 deletions

View File

@@ -263,4 +263,4 @@ jobs:
done
echo '</ul>' >> $downloads_html
cat ./$downloads_html
aws s3 mv ./$downloads_html s3://dist.springsource.com/${{ inputs.build_type }}/STS4 --acl public-read --no-progress
aws s3 mv ./$downloads_html s3://dist.springsource.com/${{ inputs.build_type }}/STS4/ --acl public-read --no-progress