Skip to content

Commit

Permalink
fix format?
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhathcock committed May 15, 2024
1 parent b920621 commit dade130
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 @@ -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(
Expand Down

0 comments on commit dade130

Please sign in to comment.