Skip to content

Commit 41c948e

Browse files
spkautozimu
authored andcommitted
Generate binary sha256 file on before deploy
1 parent 6ee4c89 commit 41c948e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/before_deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ package() {
77
fi
88

99
cp -f target/$TARGET/release/$BIN_NAME bin/$BIN_NAME_TAG
10+
sha256sum "bin/$BIN_NAME_TAG" | tee "bin/$BIN_NAME_TAG.sha256"
1011
}
1112

1213
release_tag() {

0 commit comments

Comments
 (0)