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

Uncompressed binary #14

Closed johnuopini closed 2 years ago

johnuopini commented 2 years ago

I see that there is no way to avoid compression since setting tar and zip both to none will generate an error. Would be nice to have a way to skip compression and upload an uncompressed binary as it makes it easier to use in a shell script.

taiki-e commented 2 years ago

Duplicate of https://github.com/taiki-e/upload-rust-binary-action/issues/6