https://github.com/cackle-rs/cackle/releases/tag/v0.8.0 tarball contains a file cackle-v0.8.0-x86_64-unknown-linux-musl.
Usually github release tarballs only contain the binary, with the expected binary name if cargo install was used. i.e. cargo-acl in this case.
I am trying to add this tool to a github action which installs from github releases, and doesnt have the ability to understand the filename in the tarball. c.f. taiki-e/install-action#604
https://github.com/cackle-rs/cackle/releases/tag/v0.8.0 tarball contains a file
cackle-v0.8.0-x86_64-unknown-linux-musl.Usually github release tarballs only contain the binary, with the expected binary name if
cargo installwas used. i.e.cargo-aclin this case.I am trying to add this tool to a github action which installs from github releases, and doesnt have the ability to understand the filename in the tarball. c.f. taiki-e/install-action#604