taiki-e / upload-rust-binary-action

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

Support manifest path override #32

Closed GeorgeHahn closed 1 year ago

GeorgeHahn commented 1 year ago

This adds support for building crates that aren't in the repository's root directory.

Closes https://github.com/taiki-e/upload-rust-binary-action/issues/31

GeorgeHahn commented 1 year ago

Sorry for the delay! I made the changes you asked for but have not tested it out yet. I can drop a comment here once I've tried a release.

GeorgeHahn commented 1 year ago

I tested this out and it's working nicely. Thanks for the review & the cargo metadata help!

taiki-e commented 1 year ago

Published in 1.10.0.