GHA: try turning of generating download page in the maven build for e428

This commit is contained in:
aboyko
2023-07-20 22:53:38 -04:00
parent f1ba27d24c
commit 41a5f1fbcd
2 changed files with 4 additions and 1 deletions

View File

@@ -228,6 +228,7 @@ jobs:
with:
name: s3-dist-path-${{ github.run_id }}.${{ github.run_attempt }}
- name: Update Nightly Distro Downloads page
if: ${{ input.build_type == 'snapshot' }}
env:
AWS_ACCESS_KEY_ID: ${{ secrets.TOOLS_S3_ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.TOOLS_S3_SECRET_KEY }}
@@ -250,4 +251,4 @@ jobs:
done
echo '</ul>' >> $downloads_html
cat ./$downloads_html
aws s3 mv ./$downloads_html s3://dist.springsource.com/snapshot/STS4 --acl public-read --no-progress
aws s3 mv ./$downloads_html s3://dist.springsource.com/${{ input.build_type }}/STS4 --acl public-read --no-progress