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