Fix workflows for rleease (#64)

This commit is contained in:
Linus Kendall 2023-02-23 12:55:04 +05:30 committed by GitHub
parent e65d02b1e1
commit cb0d2265ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -60,3 +60,5 @@ jobs:
files: |
${{ env.GEYSER_PLUGIN_NAME }}-release-*
proto/*.proto
target/release/client
target/release/config-check

View File

@ -69,7 +69,7 @@ mkdir -p "$installDir/lib"
(
set -x
# shellcheck disable=SC2086 # Don't want to double quote $rust_version
cargo $maybeRustVersion build -p solana-geyser-grpc $maybeReleaseFlag --lib
cargo $maybeRustVersion build $maybeReleaseFlag
)
cp -fv "target/$buildVariant/${GEYSER_PLUGIN_LIB}.$libExt" "$installDir"/lib/