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 b01ad69 commit 8a87c22Copy full SHA for 8a87c22
.github/workflows/release.yaml
@@ -25,3 +25,5 @@ jobs:
25
extra_files: chimes LICENSE README.md
26
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++
27
ldflags: -X main.build=${{ github.ref_name }}
28
+ sha256sum: TRUE
29
+ md5sum: FALSE
0 commit comments