Closed andrewthetechie closed 2 years ago
Thanks for the report. I've added a compatibility note to readme: https://github.com/taiki-e/upload-rust-binary-action#compatibility
This action has been tested for action runners hosted by GitHub. To use this action in self-hosted runners or in containers, you will need to install at least the following:
- rustup, cargo, rustc
- bash, GNU Coreutils
- gh (GitHub CLI)
- tar, zip (only Unix-like)
- 7z (only Windows)
- brew (only macOS)
Found this when running on my self-hosted runners on ubuntu-20.04.