We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 980c464 commit 5fe9b3cCopy full SHA for 5fe9b3c
.github/workflows/go-release-binaries.yaml
@@ -8,8 +8,23 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- uses: actions/checkout@v3
11
+ - uses: wangyoucao577/go-release-action@v1.29
12
+ with:
13
+ github_token: ${{ secrets.RELEASE_TOKEN }}
14
+ goos: darwin
15
+ goarch: amd64
16
17
18
19
20
+ goarch: arm64
21
- uses: wangyoucao577/go-release-action@v1.29
22
with:
23
github_token: ${{ secrets.RELEASE_TOKEN }}
24
goos: linux
25
goarch: amd64
26
27
28
29
+ goos: linux
30
0 commit comments