From d9394a2aab59f817201b69d02e7f2256b9d7ce3d Mon Sep 17 00:00:00 2001 From: Viktor Chernev Date: Thu, 31 Oct 2024 22:03:48 +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 c0c4741..bc7c852 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,8 +22,8 @@ jobs: run: dir release_extracted # List files in the directory to confirm the .exe is present - name: Run CLI App Help Command + shell: cmd # Explicitly set to CMD run: | - shell: cmd # Explicitly set to CMD "release_extracted\DescribeTranspiler.CLI.exe -help auto" - name: List Output Files