File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ jobs:
144144 path : $GITHUB_WORKSPACE/build/benchmark-cache
145145 key : bpfilter-benchmark-results-${{ matrix.host.arch }}
146146 - name : Copy the benchmark results to the cache
147- run : mkdir -p $GITHUB_WORKSPACE/build/benchmark-cache && cp $GITHUB_WORKSPACE/build/output/*.json $GITHUB_WORKSPACE/build/benchmark-cache/; ls -lha $GITHUB_WORKSPACE/build; ls -lha GITHUB_WORKSPACE/build/benchmark-cache
147+ run : mkdir -p $GITHUB_WORKSPACE/build/benchmark-cache && cp $GITHUB_WORKSPACE/build/output/*.json $GITHUB_WORKSPACE/build/benchmark-cache/; ls -lha $GITHUB_WORKSPACE/build; ls -lha $ GITHUB_WORKSPACE/build/benchmark-cache
148148 - name : Cache the benchmark results
149149 uses : actions/cache/save@v4
150150 with :
You can’t perform that action at this time.
0 commit comments