From 051e0456c2ea59b034f31134a487173f9d2199f5 Mon Sep 17 00:00:00 2001 From: Laurent Arnoud Date: Wed, 8 May 2019 21:17:55 +0200 Subject: [PATCH] Generate binary sha256 file on before deploy --- ci/before_deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index 1fbd4c462..ae7ea4ca2 100644 --- a/ci/before_deploy.sh +++ b/ci/before_deploy.sh @@ -7,6 +7,7 @@ package() { fi cp -f target/$TARGET/release/$BIN_NAME bin/$BIN_NAME_TAG + sha256sum "bin/$BIN_NAME_TAG" | tee "bin/$BIN_NAME_TAG.sha256" } release_tag() {