fix release ci (#102)
This commit is contained in:
parent
e342e0b4e5
commit
ef39ed3836
|
@ -59,6 +59,6 @@ jobs:
|
|||
rust ${{ env.RUST_STABLE }}
|
||||
files: |
|
||||
${{ env.GEYSER_PLUGIN_NAME }}-release-*
|
||||
proto/*.proto
|
||||
yellowstone-grpc-proto/proto/*.proto
|
||||
target/release/client
|
||||
target/release/config-check
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
plugin_name=solana-geyser-grpc-release
|
||||
plugin_lib_name=solana_geyser_grpc
|
||||
plugin_name=yellowstone-grpc-geyser-release
|
||||
plugin_lib_name=yellowstone_grpc_geyser
|
||||
|
|
|
@ -3,4 +3,4 @@
|
|||
# Prints the Solana version.
|
||||
|
||||
set -e
|
||||
grep solana-geyser-plugin-interface Cargo.toml | head -n1 | awk '{print $3}' | tr -d \" | tr -d =
|
||||
cargo metadata --format-version 1 | jq -r '.packages[] | select(.name=="solana-geyser-plugin-interface") | .version'
|
||||
|
|
Loading…
Reference in New Issue