Update S3 key path for uploaded artifact
This commit is contained in:
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user