diff --git a/.github/workflows/gen-nighly-downloads.yml b/.github/workflows/gen-nighly-downloads.yml index f8d6e2ef7..acedd8df5 100644 --- a/.github/workflows/gen-nighly-downloads.yml +++ b/.github/workflows/gen-nighly-downloads.yml @@ -21,22 +21,23 @@ jobs: - name: Update Nightly Distro Downloads page run: | dist_path="snapshot/STS4/nightly/dist/e4.28" - s3_url=s3://dist.springsource.com/${dist_path} + s3_url=s3://tools-spring-io/${dist_path}/ downloads_html="sts4-nightly-e4.28.html" files=`aws s3 cp ${s3_url} . --recursive --exclude "*" --include "spring-tool-suite-4*.zip" --include "spring-tool-suite-4*.dmg" --include "spring-tool-suite-4*.self-extracting.jar" --include "spring-tool-suite-4*.tar.gz" --exclude "*/*" --dryrun` echo '' >> $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://tools-spring-io/snapshot/STS4/ dryrun + aws s3 ls s3://tools-spring-io/dist_path/