Skip to content

Commit 9d6a2c3

Browse files
committed
- upload artifact
1 parent bbddd22 commit 9d6a2c3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,10 @@ jobs:
310310
working-directory: ".\\perftools\\source"
311311
run: |
312312
cmake --build .\build --config Release --target run -j 4
313+
- uses: actions/upload-artifact@v4
314+
with:
315+
name: cmake-artifact
316+
path: \.build
313317

314318
macos:
315319
strategy:

0 commit comments

Comments
 (0)