Skip to content

Commit 15ccd58

Browse files
committed
ci: include the binaries in release
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent 67bf131 commit 15ccd58

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/wrpc.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,10 @@ jobs:
308308
draft: true
309309
prerelease: true
310310
generate_release_notes: true
311-
files: ./wrpc/*
311+
files: |
312+
./wit-bindgen-wrpc/*
313+
./wrpc-keyvalue-nats/*
314+
./wrpc-wasmtime-nats/*
312315
313316
crates:
314317
strategy:

0 commit comments

Comments
 (0)