File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 8888 echo "p2_path=$p2_path" >> $GITHUB_OUTPUT
8989 echo "P2 path: ${p2_path}"
9090 aws s3 rm s3://$AWS_S3_BUCKET/${p2_path}/ --recursive
91- aws s3 cp ${{ github.workspace }}/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/target/repository/ s3://$AWS_S3_BUCKET/${p2_path}/ --recursive --no-progress --checksum-algorithm CRC32
91+ aws s3 cp ${{ github.workspace }}/eclipse-language-servers/org.springframework.tooling.ls.integration.repository/target/repository/ s3://$AWS_S3_BUCKET/${p2_path}/ --recursive --no-progress --checksum-algorithm CRC32 --content-type "text/html"
9292 - name : Compute invalid URLs
9393 if : ${{ inputs.build_type != 'snapshot' }}
9494 id : compute-invalid-urls
You can’t perform that action at this time.
0 commit comments