taiki-e / upload-rust-binary-action

GitHub Action for building and uploading Rust binary to GitHub Releases.
Apache License 2.0
235 stars 20 forks source link

Support building & uploading multiple binaries at the same step #18

Closed taiki-e closed 2 years ago

taiki-e commented 2 years ago

Closes #3

This allows specifying multiple binaries when the root manifest is a virtual manifest or specified binaries are in the same crate.

Note that glob pattern is not supported yet