We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee4c89 commit 41c948eCopy full SHA for 41c948e
ci/before_deploy.sh
@@ -7,6 +7,7 @@ package() {
7
fi
8
9
cp -f target/$TARGET/release/$BIN_NAME bin/$BIN_NAME_TAG
10
+ sha256sum "bin/$BIN_NAME_TAG" | tee "bin/$BIN_NAME_TAG.sha256"
11
}
12
13
release_tag() {
0 commit comments