Skip to content

Commit 604b58c

Browse files
committed
- fix artifact path
1 parent e61092f commit 604b58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ jobs:
309309
- uses: actions/upload-artifact@v4
310310
with:
311311
name: cmake-artifact
312-
path: \.build
312+
path: .
313313
- name: "Run perftools"
314314
working-directory: ".\\perftools\\source"
315315
run: |

0 commit comments

Comments
 (0)