actions-marketplace-validations/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
- Maintainedlast commit Mar 9, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/abutler_upload-release-assets@1ba4f93a55907239dd2b9aa4be9ef61f8b582f4a # no releases — HEAD as of 2026-07-20tags 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