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 a320a12 commit 6d6d7e0Copy full SHA for 6d6d7e0
ci/before_deploy.sh
@@ -7,9 +7,7 @@ package() {
7
fi
8
9
cp -f target/$TARGET/release/$BIN_NAME bin/$BIN_NAME_TAG
10
- cd bin || return 1
11
- sha256sum "$BIN_NAME_TAG" | tee "$BIN_NAME_TAG.sha256"
12
- cd -
+ sha256sum "bin/$BIN_NAME_TAG" | tee "bin/$BIN_NAME_TAG.sha256"
13
}
14
15
release_tag() {
0 commit comments