mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-10 00:02:54 +01:00
Update release-linux.yml
This commit is contained in:
parent
0d63936bd7
commit
15694ac554
1 changed files with 2 additions and 1 deletions
3
.github/workflows/release-linux.yml
vendored
3
.github/workflows/release-linux.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue