diff --git a/ci/before_deploy.sh b/ci/before_deploy.sh index 1fbd4c46..ae7ea4ca 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() {