Skip to content

Commit 7861d4c

Browse files
committed
[GHA] Try different content-type for upload
1 parent 54aaabe commit 7861d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eclipse-ls-extensions-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
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

0 commit comments

Comments
 (0)