From 9ae2276426e04135fa8ffc4ff3bb2b21c3c3f1af Mon Sep 17 00:00:00 2001 From: aboyko Date: Wed, 12 Feb 2025 12:18:09 -0500 Subject: [PATCH] [GHA] AWS CLI 2.22 for Linux distro --- .github/workflows/gh-hosted-eclipse-distro-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-hosted-eclipse-distro-build.yml b/.github/workflows/gh-hosted-eclipse-distro-build.yml index 5c1d2bfd1..91e53d51d 100644 --- a/.github/workflows/gh-hosted-eclipse-distro-build.yml +++ b/.github/workflows/gh-hosted-eclipse-distro-build.yml @@ -113,7 +113,7 @@ jobs: p2_path=${{ steps.s3-paths.outputs.p2_path }} echo "P2 path: ${p2_path}" aws s3 rm s3://$AWS_S3_BUCKET/$p2_path/ --recursive - aws s3 cp ./repository/ s3://$AWS_S3_BUCKET/$p2_path/ --recursive --no-progress --checksum-algorithm CRC32 + aws s3 cp ./repository/ s3://$AWS_S3_BUCKET/$p2_path/ --recursive --no-progress - name: Upload Linux Distro Build Artifacts run: | cd eclipse-distribution/org.springframework.boot.ide.product.${{ inputs.eclipse_profile }}/target/products