diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e0c1406..1aff61e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,6 +23,7 @@ jobs: - name: Run CLI App Help Command run: | + shell: cmd # Explicitly set to CMD "release_extracted\DescribeTranspiler.CLI.exe" -help auto > output.txt if %errorlevel% neq 0 ( echo The command failed with exit code %errorlevel%. Check output.txt for details.