starburst997/Smart Download Release
Smart download of GitHub release assets with automatic version resolution
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | Repository in owner/name format | no | ${{ github.repository }} |
| tag | Release tag or version (supports major versions like v1) | no | ${{ github.action_ref }} |
| pattern | File pattern to download (e.g., '*.zip', 'release.zip') | no | release.zip |
| extract-to | Directory to extract files to | no | ${{ runner.temp }}/release |
| token | GitHub token for authentication | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| resolved-tag | The actual tag that was resolved and downloaded |
| download-path | Path where files were extracted |