Update S3 key path for uploaded artifact

This commit is contained in:
Thomas Nordquist
2025-12-23 16:17:16 +01:00
committed by GitHub
parent b2a8e84479
commit 4fcdd47e65

View File

@@ -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