Skip to content

Commit 603aed5

Browse files
committed
[GHA] Correct the distro download page location
1 parent 56d37bd commit 603aed5

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
@@ -23,4 +23,4 @@ do
2323
done
2424
echo '</ul>' >> $downloads_html
2525
cat ./$downloads_html
26-
aws s3 mv ./$downloads_html s3://${s3_bucket}/${build_type}/STS5/ --no-progress
26+
aws s3 mv ./$downloads_html s3://${s3_bucket}/${build_type}/ --no-progress

0 commit comments

Comments
 (0)