Skip to content

Commit c4d4eb1

Browse files
committed
test
1 parent c3774ac commit c4d4eb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests-frontend.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: always()
3737
run: |
3838
39-
GZIP_FILE=report/html.meta.json.gz
39+
GZIP_FILE=html.meta.json.gz
4040
S3_SUB_PATH="${{ steps.date.outputs.date }}/${{ github.run_id }}/${{ env.REPORT_NAME }}"
4141
4242
aws s3 cp report/ s3://${AWS_BUCKET_NAME_TEST}/public/${S3_SUB_PATH} --recursive --exclude "*.gz"

0 commit comments

Comments
 (0)