diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 75daa46..3ad5620 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,19 +54,19 @@ jobs: GOARCH: amd64 GOOS: darwin - release-windows-amd64: - name: release windows/amd64 - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@master - - name: Install Go - uses: actions/setup-go@v2 - with: - go-version: 1.16.x - - name: compile and release - run: | - ./hack/release.sh - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GOARCH: amd64 - GOOS: windows \ No newline at end of file +# release-windows-amd64: +# name: release windows/amd64 +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@master +# - name: Install Go +# uses: actions/setup-go@v2 +# with: +# go-version: 1.16.x +# - name: compile and release +# run: | +# ./hack/release.sh +# env: +# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} +# GOARCH: amd64 +# GOOS: windows \ No newline at end of file