mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-09 15:52:54 +01:00
Update and rename release.yml to release-windows.yml
This commit is contained in:
parent
d13d03c93e
commit
746b6d0bd6
1 changed files with 2 additions and 2 deletions
|
@ -10,8 +10,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
goos: [linux, windows, darwin, freebsd, openbsd, netbsd]
|
||||
goarch: ["386", amd64, arm, arm64, ppc64le, s390x]
|
||||
goos: [windows]
|
||||
goarch: ["386", amd64, arm]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: wangyoucao577/go-release-action@v1.15
|
Loading…
Reference in a new issue