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

Support workflows triggered by GitHub release creation #4

Closed taiki-e closed 1 year ago

taiki-e commented 3 years ago

https://docs.github.com/en/actions/reference/events-that-trigger-workflows#release

This may already be supported, but it hasn't been tested at all anyway, so we have to investigate it.

taiki-e commented 1 year ago

I confirmed this has already been supported.

Documented as https://github.com/taiki-e/upload-rust-binary-action#supported-events.