Skip to content

Commit 15ccd58

Browse files
committedMay 17, 2024
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

+4-1
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)
Failed to load comments.