Skip to content

Commit bf3dbdc

Browse files
committed
ci: Fix names of benchmark report files
1 parent 866fce1 commit bf3dbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ jobs:
592592
run: node ci/github-actions/competing-benchmark.js
593593

594594
- name: Create archive of benchmark reports
595-
run: tar czf tmp.benchmark-reports.tar.gz tmp.benchmark-reports.*
595+
run: tar czf tmp.benchmark-reports.tar.gz tmp.benchmark-report.*
596596

597597
- name: Upload benchmark reports
598598
uses: actions/[email protected]

0 commit comments

Comments
 (0)