skoszewski/setup-github-release

Install a tool from a GitHub release and add it to the PATH

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryThe GitHub repository name (e.g., owner/repo)yes
file-nameThe name or regex pattern (prefixed with ~) of the asset file to download.no
binary-nameThe name or regex pattern (prefixed with ~) of the binary to search for within the asset. Defaults to the repository name.no
file-typeAsset type selector. Known values: archive, package, linux, macos, targz. Custom values: ~<regex> or extension (e.g. zip, .tar.gz).no
update-cacheHow to handle the tool cache (false, true, or always). Defaults to false.nofalse
debugWhen set to true, displays the contents of the unpacked archive or directory.nofalse
tokenThe GitHub token to use for authenticationno${{ github.token }}

no outputs