unity-builder icon indicating copy to clipboard operation
unity-builder copied to clipboard

Send output to file or to GITHUB_OUTPUT

Open michaelkruglos opened this issue 10 months ago • 3 comments

Context

Some form of automatic or semi-automatic error filtering is necessary.

Suggested solution

Save build log output to a file or to GITHUB_OUTPUT, so the following step can look for common errors or match regexes against expected outputs.

Considered alternatives

All alternatives are manual and tedious. Logs are often very large and require manual download and searching.

Additional details

Some well known messages could be reported as errors using github api.

michaelkruglos avatar Dec 05 '24 19:12 michaelkruglos