File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments