diff --git a/.github/workflows/gh-hosted-eclipse-distro-build.yml b/.github/workflows/gh-hosted-eclipse-distro-build.yml
index d6db0dbb0..c3c276fdd 100644
--- a/.github/workflows/gh-hosted-eclipse-distro-build.yml
+++ b/.github/workflows/gh-hosted-eclipse-distro-build.yml
@@ -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 '' >> $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
diff --git a/eclipse-distribution/org.springframework.boot.ide.product.e428/pom.xml b/eclipse-distribution/org.springframework.boot.ide.product.e428/pom.xml
index d02a5b0ee..dd2b37a68 100644
--- a/eclipse-distribution/org.springframework.boot.ide.product.e428/pom.xml
+++ b/eclipse-distribution/org.springframework.boot.ide.product.e428/pom.xml
@@ -324,6 +324,7 @@
1.7
+
generate-s3-upload-info