Skip to content

Commit

Permalink
Try CRC32 alg
Browse files Browse the repository at this point in the history
  • Loading branch information
BoykoAlex committed Feb 10, 2025
1 parent c2a9cb8 commit 1612441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-nightly-downloads-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
echo "Removing old nightly-distributions.html from s3..."
aws s3 rm s3://$AWS_S3_BUCKET/snapshot/STS4/nightly-distributions.html --debug --cli-connect-timeout 60
echo "Uploading new nightly-distributions.html to s3..."
aws s3 cp ./eclipse-distribution/common/html/nightly-distributions.html s3://$AWS_S3_BUCKET/snapshot/STS4/nightly-distributions.html --no-progress --debug --cli-connect-timeout 60
aws s3 cp ./eclipse-distribution/common/html/nightly-distributions.html s3://$AWS_S3_BUCKET/snapshot/STS4/nightly-distributions.html --no-progress --debug --cli-connect-timeout 60 --checksum-algorithm CRC32

0 comments on commit 1612441

Please sign in to comment.