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 56d37bd commit 603aed5Copy full SHA for 603aed5
.github/scripts/update-distro-download-page.sh
@@ -23,4 +23,4 @@ do
23
done
24
echo '</ul>' >> $downloads_html
25
cat ./$downloads_html
26
-aws s3 mv ./$downloads_html s3://${s3_bucket}/${build_type}/STS5/ --no-progress
+aws s3 mv ./$downloads_html s3://${s3_bucket}/${build_type}/ --no-progress
0 commit comments