We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a3c47 commit eb34280Copy full SHA for eb34280
.github/workflows/release.yaml
@@ -20,11 +20,11 @@ jobs:
20
goos: darwin
21
- goarch: arm64
22
goos: windows
23
- steps:
24
- - uses: actions/checkout@v4
25
- - uses: wangyoucao577/go-release-action@v1
26
- with:
27
- github_token: ${{ secrets.GITHUB_TOKEN }}
28
- goos: ${{ matrix.goos }}
29
- goarch: ${{ matrix.goarch }}
30
- goversion: 'https://dl.google.com/go/go1.22.2.linux-amd64.tar.gz'
+ steps:
+ - uses: actions/checkout@v4
+ - uses: wangyoucao577/go-release-action@v1
+ with:
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ goos: ${{ matrix.goos }}
+ goarch: ${{ matrix.goarch }}
+ goversion: 'https://dl.google.com/go/go1.22.2.linux-amd64.tar.gz'
0 commit comments