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: |
|
run: |
|
||||||
aws s3api put-object \
|
aws s3api put-object \
|
||||||
--bucket ${AWS_BUCKET} \
|
--bucket ${AWS_BUCKET} \
|
||||||
--key ${FILENAME} \
|
--key artifacts/${FILENAME} \
|
||||||
--body ./ui-test.gif
|
--body ./ui-test.gif
|
||||||
- name: Generate file URL
|
- name: Generate file URL
|
||||||
id: fileurl
|
id: fileurl
|
||||||
|
|||||||
Reference in New Issue
Block a user