feat: rm win release
This commit is contained in:
parent
ca1ec49eeb
commit
e4b09a370f
32
.github/workflows/release.yml
vendored
32
.github/workflows/release.yml
vendored
@ -54,19 +54,19 @@ jobs:
|
|||||||
GOARCH: amd64
|
GOARCH: amd64
|
||||||
GOOS: darwin
|
GOOS: darwin
|
||||||
|
|
||||||
release-windows-amd64:
|
# release-windows-amd64:
|
||||||
name: release windows/amd64
|
# name: release windows/amd64
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- uses: actions/checkout@master
|
# - uses: actions/checkout@master
|
||||||
- name: Install Go
|
# - name: Install Go
|
||||||
uses: actions/setup-go@v2
|
# uses: actions/setup-go@v2
|
||||||
with:
|
# with:
|
||||||
go-version: 1.16.x
|
# go-version: 1.16.x
|
||||||
- name: compile and release
|
# - name: compile and release
|
||||||
run: |
|
# run: |
|
||||||
./hack/release.sh
|
# ./hack/release.sh
|
||||||
env:
|
# env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
GOARCH: amd64
|
# GOARCH: amd64
|
||||||
GOOS: windows
|
# GOOS: windows
|
Loading…
Reference in New Issue
Block a user