File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -199,5 +199,5 @@ jobs:
199
199
if : ${{ always() && inputs.upload_report }}
200
200
uses : actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
201
201
with :
202
- path : ${{ github.workspace }}/ ur-repo/benchmark_results.html
202
+ path : ur-repo/benchmark_results.html
203
203
key : benchmark-results-${{ matrix.adapter.str_name }}-${{ github.run_id }}
Original file line number Diff line number Diff line change 54
54
id : download-bench-html
55
55
uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
56
56
with :
57
- path : ${{ github.workspace }}/ ur-repo/benchmark_results.html
57
+ path : ur-repo/benchmark_results.html
58
58
key : benchmark-results-
59
- restore-keys : benchmark-results-
60
59
61
60
- name : Move benchmark HTML
62
61
# exact or partial cache hit
You can’t perform that action at this time.
0 commit comments