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 7364ef1 commit 9ae2276Copy full SHA for 9ae2276
.github/workflows/gh-hosted-eclipse-distro-build.yml
@@ -113,7 +113,7 @@ jobs:
113
p2_path=${{ steps.s3-paths.outputs.p2_path }}
114
echo "P2 path: ${p2_path}"
115
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
+ aws s3 cp ./repository/ s3://$AWS_S3_BUCKET/$p2_path/ --recursive --no-progress
117
- name: Upload Linux Distro Build Artifacts
118
run: |
119
cd eclipse-distribution/org.springframework.boot.ide.product.${{ inputs.eclipse_profile }}/target/products
0 commit comments