Skip to content

Commit 9d50de8

Browse files
committed
Adjust distro links files
1 parent eaa1ab0 commit 9d50de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/update-distro-download-page.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ s3_bucket=$4
77
download_url_root=$5
88

99
s3_url=s3://${s3_bucket}/${dist_path}
10-
downloads_html="sts5-nightly-${eclipse_version}.html"
10+
downloads_html="sts-nightly-${eclipse_version}.html"
1111
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`
1212
rm -f ./${downloads_html}
1313
echo '<ul>' >> $downloads_html

0 commit comments

Comments
 (0)