GHA: Test gen downloads page on Akamai

This commit is contained in:
aboyko
2023-11-09 22:51:15 -05:00
parent e008ee4bd1
commit eebbcc2b2a
3 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ rm -f ./${downloads_html}
echo '<ul>' >> $downloads_html
for file in $files
do
if [[ "$file" =~ ^"s3://spring-tools-io" ]]; then
if [[ "$file" =~ ^"s3://tools-spring-io" ]]; then
download_url=https://cdn.spring.io/spring-tools${file:20} #
filename=${file:${#s3_url}+1}
echo ' <li><a href="'${download_url}'">'${filename}'</li>' >> $downloads_html