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

Allow kebab-case input option names #56

Closed taiki-e closed 1 year ago

taiki-e commented 1 year ago

Previously, option names were only in "snake_case", but now both "kebab-case" and "snake_case" are available.

The purpose of this change is to make the API more consistent with my other actions such as create-gh-release-action.