We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16feaf8 commit 103155eCopy full SHA for 103155e
.github/workflows/go.yml
@@ -77,12 +77,6 @@ jobs:
77
- name: Make binary executable
78
if: matrix.os != 'windows-latest'
79
run: chmod +x cli-v2
80
- - name: Debug Windows binary
81
- if: matrix.os == 'windows-latest'
82
- run: |
83
- dir
84
- echo "Binary exists check:"
85
- if (Test-Path cli-v2.exe) { Write-Host "Binary exists" } else { Write-Host "Binary not found" }
86
- name: Install dependencies from .codacy/codacy.yaml
87
88
run: |
0 commit comments