Skip to content

Commit

Permalink
ci: fix release workflow for grpc-google-pubsub (#214)
Browse files Browse the repository at this point in the history
Signed-off-by: Kirill Fomichev <[email protected]>
(cherry picked from commit 277b5b6)
  • Loading branch information
fanatid authored and mergify[bot] committed Oct 19, 2023
1 parent fdd3bcb commit 766ae4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ jobs:
run: |
mv target/release/client target/release/client-22
mv target/release/config-check target/release/config-check-22
mv target/release/grpc-google-pubsub target/release/grpc-google-pubsub-22
mv target/release/grpc-kafka target/release/grpc-kafka-22
mv ${{ env.GEYSER_PLUGIN_NAME }}-release-x86_64-unknown-linux-gnu.tar.bz2 ${{ env.GEYSER_PLUGIN_NAME }}-release22-x86_64-unknown-linux-gnu.tar.bz2
mv ${{ env.GEYSER_PLUGIN_NAME }}-release-x86_64-unknown-linux-gnu.yml ${{ env.GEYSER_PLUGIN_NAME }}-release22-x86_64-unknown-linux-gnu.yml
Expand All @@ -86,6 +87,7 @@ jobs:
rm -rf \
target/release/client.d \
target/release/config-check.d \
target/release/grpc-google-pubsub.d \
target/release/grpc-kafka.d
- name: Release
Expand All @@ -102,4 +104,5 @@ jobs:
yellowstone-grpc-proto/proto/*.proto
target/release/client*
target/release/config-check*
target/release/grpc-google-pubsub*
target/release/grpc-kafka*

0 comments on commit 766ae4d

Please sign in to comment.