1
0
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:
Khmelev Anton 2021-12-29 16:27:20 +03:00 committed by GitHub
parent 5015889129
commit 867e530fb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/