Fix workflows for rleease (#64)
This commit is contained in:
parent
e65d02b1e1
commit
cb0d2265ad
|
@ -60,3 +60,5 @@ jobs:
|
|||
files: |
|
||||
${{ env.GEYSER_PLUGIN_NAME }}-release-*
|
||||
proto/*.proto
|
||||
target/release/client
|
||||
target/release/config-check
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in New Issue