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 59b5fe0 commit 9c49661Copy full SHA for 9c49661
.github/workflows/release.yml
@@ -14,11 +14,13 @@ jobs:
14
goarch: [ amd64, arm64 ]
15
steps:
16
- uses: actions/checkout@v3
17
- - uses: wangyoucao577/go-release-action@v1
+ - uses: wangyoucao577/go-release-action@v1.25
18
with:
19
github_token: ${{ secrets.GITHUB_TOKEN }}
20
goos: ${{ matrix.goos }}
21
goarch: ${{ matrix.goarch }}
22
project_path: "."
23
binary_name: "extractor"
24
ldflags: "-s -w"
25
+ md5sum: false
26
+ sha256sum: true
0 commit comments