Set Content-Type header when uploading demo-video GIF to S3 (#986)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: thomasnordquist <7721625+thomasnordquist@users.noreply.github.com>
This commit is contained in:
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@@ -108,7 +108,8 @@ jobs:
|
|||||||
aws s3api put-object \
|
aws s3api put-object \
|
||||||
--bucket ${AWS_BUCKET} \
|
--bucket ${AWS_BUCKET} \
|
||||||
--key artifacts/${FILENAME} \
|
--key artifacts/${FILENAME} \
|
||||||
--body ./ui-test.gif
|
--body ./ui-test.gif \
|
||||||
|
--content-type image/gif
|
||||||
- name: Generate file URL
|
- name: Generate file URL
|
||||||
id: fileurl
|
id: fileurl
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user