From d4dbc36a8a56b7b5042d07851585a4f802b12016 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 23 Dec 2025 20:24:58 +0100 Subject: [PATCH] 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> --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 79a709c..574250e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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: