Skip to content

Commit

Permalink
ci: include the binaries in release
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
  • Loading branch information
rvolosatovs committed May 17, 2024
1 parent 67bf131 commit 15ccd58
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/wrpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,10 @@ jobs:
draft: true
prerelease: true
generate_release_notes: true
files: ./wrpc/*
files: |
./wit-bindgen-wrpc/*
./wrpc-keyvalue-nats/*
./wrpc-wasmtime-nats/*
crates:
strategy:
Expand Down

0 comments on commit 15ccd58

Please sign in to comment.