Revert "Release: Omit spl-token CLI binary"

This reverts commit 67c36f8680.
This commit is contained in:
Trent Nelson
2020-11-13 16:37:54 -07:00
committed by mergify[bot]
parent b838aba840
commit b3e1fde8b2

View File

@ -116,6 +116,8 @@ mkdir -p "$installDir/bin"
set -x
# shellcheck disable=SC2086 # Don't want to double quote $rust_version
"$cargo" $maybeRustVersion build $maybeReleaseFlag "${binArgs[@]}"
# shellcheck disable=SC2086 # Don't want to double quote $rust_version
"$cargo" $maybeRustVersion install spl-token-cli --root "$installDir"
)
for bin in "${BINS[@]}"; do