mirror of https://github.com/cbeuw/Cloak
Print binary sha256 in release
This commit is contained in:
parent
59919e5ec0
commit
fcb600efff
|
|
@ -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/*
|
||||
Loading…
Reference in New Issue