mroctopus/Download asset from release
Downloads an asset from a repository release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The repository to fetch releases from | no | ${{ github.repository }} |
| excludes | The release types to exclude | no | — |
| tag | The full/substring release tag | no | — |
| asset | The full/substring name of the asset to download | yes | — |
| target | The target path to save the asset at | no | . |
| token | The personal access token (PAT) used to download the asset | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| name | The downloaded asset's full name |