Skip to content

Commit f430264

Browse files
committed
fix publisher
1 parent 7858858 commit f430264

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ jobs:
5050
- uses: actions/checkout@v3
5151
with:
5252
fetch-depth: 0
53-
- name: Download HTML reports
53+
- name: Download HTML reports for all Ruby versions
5454
uses: actions/download-artifact@v4
5555
with:
56+
pattern: html-report-*
5657
path: all_html_reports
5758
- name: Prepare gh-pages branch
5859
run: |

0 commit comments

Comments
 (0)