abutler/Upload assets to a Release
GitHub Action that uploads assets to a GitHub release using a glob (cross-platform)
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit May 2, 2026
- License
- MIT
Pinned Snippet
uses: abutler/upload-release-assets@34491005a5d7ec239a784e460807ce844fde7962 # v4.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| files | A glob of the files to upload | yes | — |
| release-tag | The tag name of the release to upload to (if not specified then the release that triggered the workflow is used) | — | — |
| release-id | The ID of the release to upload to (if not specified then the release that triggered the workflow is used) | — | — |
| repo-token | secrets.GITHUB_TOKEN | yes | — |
Outputs
no outputs