mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-14 18:02:56 +01:00
Update release-windows.yml
Update go-release action to v1.26
This commit is contained in:
parent
bb717254f3
commit
19f53a157d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-windows.yml
vendored
2
.github/workflows/release-windows.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
goarch: ["386", amd64, arm]
|
goarch: ["386", amd64, arm]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: wangyoucao577/go-release-action@v1.20
|
- uses: wangyoucao577/go-release-action@v1.26
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
goos: ${{ matrix.goos }}
|
goos: ${{ matrix.goos }}
|
||||||
|
|
Loading…
Reference in a new issue