Skip to content

Commit 7364ef1

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
echo "Removing old Linux .tar.gz files from s3..."
139139
aws s3 rm s3://$AWS_S3_BUCKET/$dist_path --recursive --exclude "*" --include "spring-tool-suite-4*linux*.tar.gz*" --exclude "*/*"
140140
echo "Uploading new Linux .tar.gz files to s3..."
141-
aws s3 cp . s3://$AWS_S3_BUCKET/$dist_path --recursive --exclude "*" --include "spring-tool-suite-4*linux*.tar.gz*" --exclude "*/*" --no-progress --checksum-algorithm CRC32
141+
aws s3 cp . s3://$AWS_S3_BUCKET/$dist_path --recursive --exclude "*" --include "spring-tool-suite-4*linux*.tar.gz*" --exclude "*/*" --no-progress
142142
- name: Update Nightly Distro Downloads page
143143
if: ${{ inputs.build_type == 'snapshot' }}
144144
run: |
@@ -149,7 +149,7 @@ jobs:
149149
run: |
150150
echo "Uploading Win Zips and OSX tar.gz to S3 for signing..."
151151
id=${{ inputs.eclipse_profile }}-${{ inputs.build_type }}-${{ github.run_id }}
152-
aws s3 cp ${{ github.workspace }}/eclipse-distribution/org.springframework.boot.ide.product.${{ inputs.eclipse_profile }}/target/products s3://$AWS_S3_BUCKET/sts4-distro-ci-temp/$id --recursive --exclude "*" --include "spring-tool-suite-4*win*.zip" --include "spring-tool-suite-4*macosx*.tar.gz" --exclude "*/*" --no-progress --checksum-algorithm CRC32
152+
aws s3 cp ${{ github.workspace }}/eclipse-distribution/org.springframework.boot.ide.product.${{ inputs.eclipse_profile }}/target/products s3://$AWS_S3_BUCKET/sts4-distro-ci-temp/$id --recursive --exclude "*" --include "spring-tool-suite-4*win*.zip" --include "spring-tool-suite-4*macosx*.tar.gz" --exclude "*/*" --no-progress
153153
outputs:
154154
id: ${{ inputs.eclipse_profile }}-${{ inputs.build_type }}-${{ github.run_id }}
155155
dist_path: ${{ steps.s3-paths.outputs.dist_path }}

0 commit comments

Comments
 (0)