Skip to content

Commit b18050e

Browse files
committed
fix: workflow
1 parent de014b3 commit b18050e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/benchmark.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,5 @@ jobs:
116116
with:
117117
path: results
118118
merge-multiple: true
119-
- run: ls -R results
119+
- name: List the results
120+
run: ls -R results

0 commit comments

Comments
 (0)