Skip to content

Commit e61092f

Browse files
committed
- upload artifact after build
1 parent 9d6a2c3 commit e61092f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -306,14 +306,14 @@ jobs:
306306
working-directory: ".\\perftools\\source"
307307
run: |
308308
cmake --build .\build --config Release
309-
- name: "Run perftools"
310-
working-directory: ".\\perftools\\source"
311-
run: |
312-
cmake --build .\build --config Release --target run -j 4
313309
- uses: actions/upload-artifact@v4
314310
with:
315311
name: cmake-artifact
316312
path: \.build
313+
- name: "Run perftools"
314+
working-directory: ".\\perftools\\source"
315+
run: |
316+
cmake --build .\build --config Release --target run -j 4
317317
318318
macos:
319319
strategy:

0 commit comments

Comments
 (0)