From fcb600efff99c17066cbfda3ff867f6c38afb2df Mon Sep 17 00:00:00 2001 From: Andy Wang Date: Sun, 23 Apr 2023 15:23:10 +0200 Subject: [PATCH] Print binary sha256 in release --- release.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/release.sh b/release.sh index 64078ca..1f52123 100755 --- a/release.sh +++ b/release.sh @@ -30,4 +30,6 @@ arch="amd64 386 arm arm64" 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 \ No newline at end of file +popd + +sha256sum release/* \ No newline at end of file