tj-actions/Setup Binary Packages
GitHub Action to install Go/Rust binaries
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GITHUB_TOKEN or a Repo scoped PAT | no | ${{ github.token }} |
| repository-owner | Repository owner where the binary is located | yes | — |
| repository | Repository where the binary is located | yes | — |
| version | Version of the binary to install | no | latest |
| language-type | Language type of package to install: `rust` or `go` | yes | — |
| add-prefix-to-version | Add v to the version if it doesn't have it | no | true |
Outputs
| name | description |
|---|---|
| binary_path | Path to the installed binary |