Skip to content

Commit ed81dd4

Browse files
authored
CI:Cygwin:CMake: Fix upload path for test logs.
1 parent a1c455a commit ed81dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_tests_win_cygwin.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,4 @@ jobs:
152152
with:
153153
name: cygwin-cmake-test-logs
154154
path: |
155-
build/Testing/
155+
${{ matrix.build_dir }}/Testing/

0 commit comments

Comments
 (0)