Skip to content

Commit c84e971

Browse files
committed
Fix path for build script artifacts
1 parent 1f6e6e2 commit c84e971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.yamato/scripts/build_win.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ if NOT %errorlevel% == 0 (
88
echo "build ran successfully"
99

1010
md incomingbuilds\win64
11-
xcopy /s /e /h /y builds\windows.x64.Release incomingbuilds\win64
11+
xcopy /s /e /h /y artifacts\bin\coreclr\windows.x64.Release incomingbuilds\win64

0 commit comments

Comments
 (0)