diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 08fc299..5594122 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -76,10 +76,11 @@ jobs: - name: Build Windows binary # Run the build script to generate curd.exe run: | Get-Location + dir D:\a\curd\ echo Building the Windows binary... set GOOS=windows set GOARCH=amd64 - go build -o curd.exe ..\cmd\curd\main.go + go build -o curd.exe .\cmd\curd\main.go - name: Download Inno Setup # Clean up run: |