Skip to content

Commit 8a87c22

Browse files
committed
Enable sha256sum instead of md5sum
1 parent b01ad69 commit 8a87c22

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ jobs:
2525
extra_files: chimes LICENSE README.md
2626
pre_command: apt update && apt install -y pkg-config clang libasound2-dev && export CGO_ENABLED=1 CC_FOR_darwin_amd64=clang CXX_FOR_darwin_amd64=clang++
2727
ldflags: -X main.build=${{ github.ref_name }}
28+
sha256sum: TRUE
29+
md5sum: FALSE

0 commit comments

Comments
 (0)