Skip to content

Commit 103155e

Browse files
chore: Remove Windows binary debug step from GitHub Actions workflow
1 parent 16feaf8 commit 103155e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@ jobs:
7777
- name: Make binary executable
7878
if: matrix.os != 'windows-latest'
7979
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" }
8680
- name: Install dependencies from .codacy/codacy.yaml
8781
if: matrix.os != 'windows-latest'
8882
run: |

0 commit comments

Comments
 (0)