gowthamshankar05/Download Asset from GitHub Release
Downloads a specific asset from a GitHub release and saves it to a specified directory.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repo | Repository to fetch the release from (e.g., org/repo-name). | yes | — |
| release_tag | The release tag to download from (e.g., v1.0.0). | yes | — |
| asset_name | The name of the asset to download (e.g., myfile.zip). | yes | — |
| github_token | GitHub token with access to the repository. | yes | — |
| download_path | Directory where the asset should be downloaded. | no | ./ |
Outputs
| name | description |
|---|---|
| downloaded_file | The path to the downloaded file. |