taiki-e / upload-rust-binary-action

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

Support setting a custom manifest path #31

Closed GeorgeHahn closed 2 years ago

GeorgeHahn commented 2 years ago

Use case: I'd like to be able to build a crate that is not in the root directory.

I can contribute this if it's desired.