We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaa1ab0 commit 9d50de8Copy full SHA for 9d50de8
.github/scripts/update-distro-download-page.sh
@@ -7,7 +7,7 @@ s3_bucket=$4
7
download_url_root=$5
8
9
s3_url=s3://${s3_bucket}/${dist_path}
10
-downloads_html="sts5-nightly-${eclipse_version}.html"
+downloads_html="sts-nightly-${eclipse_version}.html"
11
files=`aws s3 cp ${s3_url} . --recursive --exclude "*" --include "spring-tools-for-eclipse*.zip" --include "spring-tools-for-eclipse*.dmg" --include "spring-tools-for-eclipse*.self-extracting.jar" --include "spring-tools-for-eclipse*.tar.gz" --exclude "*/*" --dryrun`
12
rm -f ./${downloads_html}
13
echo '<ul>' >> $downloads_html
0 commit comments