mirror of
https://github.com/wneessen/apg-go.git
synced 2024-11-14 01:42:55 +01:00
Merge pull request #43 from wneessen/go-release-action-update
Go release action update
This commit is contained in:
commit
cd9b8a98a5
3 changed files with 3 additions and 3 deletions
2
.github/workflows/release-bsd.yml
vendored
2
.github/workflows/release-bsd.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
goarch: ["386", amd64, arm, arm64]
|
goarch: ["386", amd64, arm, arm64]
|
||||||
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 }}
|
||||||
|
|
2
.github/workflows/release-darwin.yml
vendored
2
.github/workflows/release-darwin.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
goarch: [amd64, arm64]
|
goarch: [amd64, arm64]
|
||||||
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 }}
|
||||||
|
|
2
.github/workflows/release-linux.yml
vendored
2
.github/workflows/release-linux.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
goarch: ["386", amd64, arm, arm64, ppc64le, s390x]
|
goarch: ["386", amd64, arm, arm64, ppc64le, s390x]
|
||||||
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