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

Respect host cross-compilation setup #16

Closed taiki-e closed 2 years ago

taiki-e commented 2 years ago

hmm, gitbub emits INPUT_BUILD-TOOL env var for build-tool input option. it cannot be referred from bash...

UPD: separated build-tool input option related changes