We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc4a8d0 commit 4f686e2Copy full SHA for 4f686e2
.github/workflows/ci.yaml
@@ -144,7 +144,7 @@ jobs:
144
path: $GITHUB_WORKSPACE/build/benchmark-cache
145
key: bpfilter-benchmark-results-${{ matrix.host.arch }}
146
- name: Copy the benchmark results to the cache
147
- run: cp $GITHUB_WORKSPACE/build/output/*.json $GITHUB_WORKSPACE/build/benchmark-cache/
+ run: mkdir -p $GITHUB_WORKSPACE/build/benchmark-cache/ && cp $GITHUB_WORKSPACE/build/output/*.json $GITHUB_WORKSPACE/build/benchmark-cache/
148
- name: Cache the benchmark results
149
uses: actions/cache@v4
150
with:
0 commit comments