Skip to content

Commit 84097b7

Browse files
committed
- use build as path
1 parent 604b58c commit 84097b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,8 @@ jobs:
308308
cmake --build .\build --config Release
309309
- uses: actions/upload-artifact@v4
310310
with:
311-
name: cmake-artifact
312-
path: .
311+
name: "cmake-${{ matrix.release.openssl-branch }"
312+
path: build
313313
- name: "Run perftools"
314314
working-directory: ".\\perftools\\source"
315315
run: |

0 commit comments

Comments
 (0)