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:
Copilot
2025-12-23 20:24:58 +01:00
committed by GitHub
parent 0e82a8baad
commit d4dbc36a8a

View File

@@ -108,7 +108,8 @@ jobs:
aws s3api put-object \
--bucket ${AWS_BUCKET} \
--key artifacts/${FILENAME} \
--body ./ui-test.gif
--body ./ui-test.gif \
--content-type image/gif
- name: Generate file URL
id: fileurl
env: