GHA: debug uploading downloads page
This commit is contained in:
4
.github/workflows/gen-nighly-downloads.yml
vendored
4
.github/workflows/gen-nighly-downloads.yml
vendored
@@ -29,8 +29,8 @@ jobs:
|
||||
done
|
||||
echo '</ul>' >> $downloads_html
|
||||
cat ./$downloads_html
|
||||
aws s3 mv ./$downloads_html s3://dist.springsource.com/snapshot/STS4 --acl public-read
|
||||
aws s3 ls s3://dist.springsource.com/snapshot/STS4
|
||||
aws s3 mv ./$downloads_html s3://dist.springsource.com/snapshot/STS4/ --acl public-read
|
||||
aws s3 ls s3://dist.springsource.com/snapshot/STS4/
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user