fix typo
This commit is contained in:
parent
af0379ac3d
commit
01498ff069
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ cross build --release --target=x86_64-unknown-linux-musl
|
|||
|
||||
./scripts/package-deb.sh
|
||||
|
||||
BIN_PATH="target/x86_64-unknown-linux-musl/release/steamguard-cli-x86_64-unknown-linux-musl"
|
||||
BIN_PATH="target/x86_64-unknown-linux-musl/release/steamguard-cli"
|
||||
RAW_VERSION="$("$BIN_PATH" --version | cut -d " " -f 2)"
|
||||
TAGGED_VERSION="$(git tag | grep "^v" | tail -n 1 | tr -d v)"
|
||||
if [[ "v$RAW_VERSION" != "v$TAGGED_VERSION" ]]; then
|
||||
|
|
Loading…
Reference in a new issue