From 4fcdd47e65c5848d13f3c9e276ff4551e30ba2a9 Mon Sep 17 00:00:00 2001 From: Thomas Nordquist Date: Tue, 23 Dec 2025 16:17:16 +0100 Subject: [PATCH] Update S3 key path for uploaded artifact --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 11667bb..e1e9ec1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -94,7 +94,7 @@ jobs: run: | aws s3api put-object \ --bucket ${AWS_BUCKET} \ - --key ${FILENAME} \ + --key artifacts/${FILENAME} \ --body ./ui-test.gif - name: Generate file URL id: fileurl