im-open/download-release-asset
Download an asset from a GitHub Release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | A token with permission to download assets from repository releases | yes | — |
| asset-name | The name of the release asset | yes | — |
| tag-name | The tag associated with the release that contains the asset to download. You may also use the tag name "latest". | yes | — |
| repository | The organization/repository to download the release asset from. If not provided, defaults to github.repository | no | — |
Outputs
| name | description |
|---|---|
| download-file-path | Full file path of download asset |
| error-condition | Describes the error condition if the action fails |