Update release-linux.yml

This commit is contained in:
Winni Neessen 2021-09-23 19:59:37 +02:00 committed by GitHub
parent 0d63936bd7
commit 15694ac554
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
name: Go
on:
workflow_dispatch:
release:
types: [ created ]
@ -14,7 +15,7 @@ jobs:
goarch: ["386", amd64, arm, arm64, ppc64le, s390x]
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@v1.15
- uses: wangyoucao577/go-release-action@v1.20
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}