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

Add build_tool option #20

Closed taiki-e closed 2 years ago

taiki-e commented 2 years ago

Follow-up of #16.

This adds build_tool input option to specify the tool to build binaries.

This option currently supports only cargo and cross, but may support cargo-zigbuild or others in the future.