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:
199199 if : ${{ always() && inputs.upload_report }}
200200 uses : actions/cache/save@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
201201 with :
202- path : ${{ github.workspace }}/ ur-repo/benchmark_results.html
202+ path : ur-repo/benchmark_results.html
203203 key : benchmark-results-${{ matrix.adapter.str_name }}-${{ github.run_id }}
Original file line number Diff line number Diff line change 5454 id : download-bench-html
5555 uses : actions/cache/restore@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
5656 with :
57- path : ${{ github.workspace }}/ ur-repo/benchmark_results.html
57+ path : ur-repo/benchmark_results.html
5858 key : benchmark-results-
59- restore-keys : benchmark-results-
6059
6160 - name : Move benchmark HTML
6261 # exact or partial cache hit
You can’t perform that action at this time.
0 commit comments