From 8498d6aa96b84800038862dc8834690b40c6ed68 Mon Sep 17 00:00:00 2001 From: Viktor Chernev Date: Thu, 31 Oct 2024 05:09:58 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b9a163c..373a83f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: - name: Run CLI App Help Command shell: pwsh # Use PowerShell run: | - & "release_extracted\DescribeCompiler.CLI.v1.0-beta\DescribeTranspiler.CLI.exe" -help > output.txt # Redirect output to a file + & "release_extracted\DescribeCompiler.CLI.v1.0-beta\DescribeTranspiler.CLI.exe" -help *>&1 | Out-File output.txt # Redirect output to a file - name: List Extracted Files run: |