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

Support upx #54

Closed damooo closed 10 months ago

damooo commented 10 months ago

upx produces runnable compressed binaries. It will be greatly useful, if this action can support it.

taiki-e commented 10 months ago

Closing in favor of #6.