diff --git a/Build/Program.cs b/Build/Program.cs index 2c51f638d1..5b7671e54c 100644 --- a/Build/Program.cs +++ b/Build/Program.cs @@ -57,7 +57,7 @@ void RemoveDirectory(string d) var (output, _) = await ReadAsync("dotnet", "minver -v w").ConfigureAwait(false); output = output.Trim(); Console.WriteLine($"Version: {output}"); - Run("echo ", $"\"version={output}\" >> \"$GITHUB_OUTPUT\""); + Run("echo ", $"\"version={output}\" >> $GITHUB_OUTPUT"); } ); Target(