Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Chernev authored Oct 31, 2024
1 parent aee521e commit 156227e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 156227e

Please sign in to comment.