fix content type of latest index.html

Signed-off-by: Max Brenner <xamrennerb@gmail.com>
This commit is contained in:
Max Brenner
2021-12-16 16:40:51 +01:00
parent 40f46b023a
commit 25ffd92e46

View File

@@ -54,4 +54,4 @@ runs:
EOF
# setting metadata to be able to easily determine latest run number
aws s3 cp --acl public-read --metadata latest=${{ github.run_number }} index.html s3://${AWS_S3_BUCKET_NAME}/${{ inputs.test_type }}/${{ inputs.testbed }}/latest/index.html
aws s3 cp --acl public-read --metadata latest=${{ github.run_number }} --content-type text/html index.html s3://${AWS_S3_BUCKET_NAME}/${{ inputs.test_type }}/${{ inputs.testbed }}/latest/index.html