Skip to content

Commit 4fa08d8

Browse files
black-deskCopilot
andauthored
Update src/Runner.Sdk/Util/IOUtil.cs
Co-authored-by: Copilot <[email protected]>
1 parent 0aadcbc commit 4fa08d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Runner.Sdk/Util/IOUtil.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ public static void CopyDirectory(string source, string target, CancellationToken
431431
continue;
432432
}
433433

434-
File.CreateSymbolicLink(targetFile, sourceFile.LinkTarget);
434+
File.CreateSymbolicLink(targetFile.FullName, sourceFile.LinkTarget);
435435
}
436436

437437
// Copy the subdirectories.

0 commit comments

Comments
 (0)