Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed May 15, 2024
1 parent 7f386fa commit 7be5d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Build/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void RemoveDirectory(string d)
{
var (output, _) = await ReadAsync("dotnet", "minver -v w").ConfigureAwait(false);
Console.WriteLine($"Version: {output}");
Run("echo ", $"version={output} >> "$GITHUB_OUTPUT");
Run("echo ", $"\"version={output}\" >> \"$GITHUB_OUTPUT\"");
}
);
Target(
Expand Down

0 comments on commit 7be5d0d

Please sign in to comment.