Print binary sha256 in release

This commit is contained in:
Andy Wang 2023-04-23 15:23:10 +02:00
parent 59919e5ec0
commit fcb600efff
No known key found for this signature in database
GPG Key ID: 181B49F9F38F3374
1 changed files with 3 additions and 1 deletions

View File

@ -31,3 +31,5 @@ pushd cmd/ck-server || exit 1
CGO_ENABLED=0 gox -ldflags "-X main.version=${v}" -os="$os" -arch="$arch" -osarch="$osarch" -output="$output"
mv ck-server-* ../../release
popd
sha256sum release/*