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 8a5a0e4 commit 8a04540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Run CLI App Help Command
shell: pwsh # Use PowerShell
run: |
Start-Process -FilePath "release_extracted\DescribeTranspiler.CLI.exe" -ArgumentList "-help auto" -NoNewWindow -Wait
Start-Process -FilePath "D:\a\DescribeCompiler\DescribeCompiler\release_extracted\DescribeTranspiler.CLI.exe" -ArgumentList "-help auto" -NoNewWindow -Wait
if ($LASTEXITCODE -ne 0) {
Write-Host "The command failed with exit code $LASTEXITCODE. Check output.txt for details."
}
Expand Down

0 comments on commit 8a04540

Please sign in to comment.