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 81ab9fd commit 2bdec68Copy full SHA for 2bdec68
.github/workflows/release.yml
@@ -14,12 +14,12 @@ jobs:
14
- goarch: arm64
15
goos: windows
16
steps:
17
- - uses: actions/checkout@v3
18
- - uses: wangyoucao577/go-release-action@v1.30
19
- with:
20
- github_token: ${{ secrets.GITHUB_TOKEN }}
21
- goos: ${{ matrix.goos }}
22
- goarch: ${{ matrix.goarch }}
23
- goversion: "https://go.dev/dl/go1.18.4.linux-amd64.tar.gz"
24
- extra_files: LICENSE README.md
25
- sha256sum: true
+ - uses: actions/checkout@v3
+ - uses: wangyoucao577/go-release-action@v1.30
+ with:
+ github_token: ${{ secrets.GITHUB_TOKEN }}
+ goos: ${{ matrix.goos }}
+ goarch: ${{ matrix.goarch }}
+ goversion: "https://go.dev/dl/go1.19.4.linux-amd64.tar.gz"
+ extra_files: LICENSE README.md
+ sha256sum: true
0 commit comments