Skip to content

Commit 9c49661

Browse files
committed
fix ci
1 parent 59b5fe0 commit 9c49661

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ jobs:
1414
goarch: [ amd64, arm64 ]
1515
steps:
1616
- uses: actions/checkout@v3
17-
- uses: wangyoucao577/go-release-action@v1
17+
- uses: wangyoucao577/go-release-action@v1.25
1818
with:
1919
github_token: ${{ secrets.GITHUB_TOKEN }}
2020
goos: ${{ matrix.goos }}
2121
goarch: ${{ matrix.goarch }}
2222
project_path: "."
2323
binary_name: "extractor"
2424
ldflags: "-s -w"
25+
md5sum: false
26+
sha256sum: true

0 commit comments

Comments
 (0)