From 85d5ae63a8c3f082aafd268f9486f54cbe99711d Mon Sep 17 00:00:00 2001 From: aboyko Date: Tue, 11 Feb 2025 18:53:50 -0500 Subject: [PATCH] [GHA] Try to fix the build --- .github/scripts/update-distro-download-page.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/update-distro-download-page.sh b/.github/scripts/update-distro-download-page.sh index 3e45c82d5..ab8f3bf9e 100755 --- a/.github/scripts/update-distro-download-page.sh +++ b/.github/scripts/update-distro-download-page.sh @@ -23,4 +23,4 @@ do done echo '' >> $downloads_html cat ./$downloads_html -aws s3 mv ./$downloads_html s3://${s3_bucket}/${build_type}/STS4/ --no-progress +aws s3 mv ./$downloads_html s3://${s3_bucket}/${build_type}/STS4/ --no-progress --checksum-algorithm CRC32