From e4b09a370fa5507b17c1ef78bc5070691fb33b35 Mon Sep 17 00:00:00 2001 From: liruichen Date: Fri, 28 Jul 2023 13:41:33 +0800 Subject: [PATCH] feat: rm win release --- .github/workflows/release.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) 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