Skip to content

Commit 9ae2276

Browse files
committed
[GHA] AWS CLI 2.22 for Linux distro
1 parent 7364ef1 commit 9ae2276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gh-hosted-eclipse-distro-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
p2_path=${{ steps.s3-paths.outputs.p2_path }}
114114
echo "P2 path: ${p2_path}"
115115
aws s3 rm s3://$AWS_S3_BUCKET/$p2_path/ --recursive
116-
aws s3 cp ./repository/ s3://$AWS_S3_BUCKET/$p2_path/ --recursive --no-progress --checksum-algorithm CRC32
116+
aws s3 cp ./repository/ s3://$AWS_S3_BUCKET/$p2_path/ --recursive --no-progress
117117
- name: Upload Linux Distro Build Artifacts
118118
run: |
119119
cd eclipse-distribution/org.springframework.boot.ide.product.${{ inputs.eclipse_profile }}/target/products

0 commit comments

Comments
 (0)