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

Allow kebab-case input option names #56

Closed taiki-e closed 10 months ago

taiki-e commented 10 months 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.