We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3774ac commit c4d4eb1Copy full SHA for c4d4eb1
.github/workflows/tests-frontend.yml
@@ -36,7 +36,7 @@ jobs:
36
if: always()
37
run: |
38
39
- GZIP_FILE=report/html.meta.json.gz
+ GZIP_FILE=html.meta.json.gz
40
S3_SUB_PATH="${{ steps.date.outputs.date }}/${{ github.run_id }}/${{ env.REPORT_NAME }}"
41
42
aws s3 cp report/ s3://${AWS_BUCKET_NAME_TEST}/public/${S3_SUB_PATH} --recursive --exclude "*.gz"
0 commit comments