diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6b6c81..2e1824e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,6 @@ jobs: export GOOS=${{ matrix.os }} export GOARCH=${{ matrix.arch }} export CGO_ENABLED=${{ env.CGO_ENABLED }} - if [ ${GOOS} = "windows" ]; then go build -o ${{ steps.set_output.outputs.exe }} - name: Release