diff --git a/.github/workflows/make.pas b/.github/workflows/make.pas index 944c5ed..fc02020 100644 --- a/.github/workflows/make.pas +++ b/.github/workflows/make.pas @@ -72,7 +72,7 @@ Output = record OutLog(info, #9'success!') else ExitCode += 1; - OutLog(error, Result); + OutLog(audit, Result); end; function BuildProject(const Path: string): Output;