Skip to content

Commit

Permalink
change Build.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
TitleHHHH authored and TitleHHHH committed Dec 24, 2023
1 parent 59d9cfb commit 1defc5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ from runtime in Runtimes
.Select(async zip =>
{

Console.WriteLine("File upload:" + zip);
Console.WriteLine("File upload:" + zip.ToString());
await using var artifactStream = File.OpenRead(zip);
var fileName = Path.GetFileName(zip);
var assetUpload = new ReleaseAssetUpload
Expand Down

0 comments on commit 1defc5d

Please sign in to comment.