add windows release
This commit is contained in:
parent
d4c0c37202
commit
9b09d8476f
17
.github/workflows/release.yml
vendored
17
.github/workflows/release.yml
vendored
@ -53,3 +53,20 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
GOARCH: amd64
|
GOARCH: amd64
|
||||||
GOOS: darwin
|
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
|
Loading…
Reference in New Issue
Block a user