Skip to content

Commit 0b0e7c2

Browse files
committed
fix artifact name
1 parent 493383a commit 0b0e7c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/perf-test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ jobs:
122122
- name: Upload JSON results
123123
uses: actions/upload-artifact@v4
124124
with:
125+
name: benchmark-json
125126
path: ${{ runner.temp }}/benchmark.json
126127
- name: Annotate summary
127128
run: python .github/workflows/perf_annotate.py "${{ runner.temp }}/benchmark.json"

0 commit comments

Comments
 (0)