mirror of
https://github.com/Chipazawra/v8-1c-cluster-pde.git
synced 2024-11-21 16:46:33 +02:00
Update release.yml
This commit is contained in:
parent
5015889129
commit
867e530fb0
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
@ -17,3 +17,15 @@ jobs:
|
||||
goos: linux
|
||||
goarch: amd64
|
||||
project_path: ./cmd/app/
|
||||
|
||||
release-windows-amd64:
|
||||
name: release windows/amd64
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: wangyoucao577/go-release-action@v1.22
|
||||
with:
|
||||
github_token: ${{ secrets.RELEASE_TOKEN }}
|
||||
goos: windows
|
||||
goarch: amd64
|
||||
project_path: ./cmd/app/
|
||||
|
Loading…
Reference in New Issue
Block a user