abutler/Upload assets to a Release

GitHub Action that uploads assets to a GitHub release using a glob (cross-platform)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit May 2, 2026
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: abutler/upload-release-assets@34491005a5d7ec239a784e460807ce844fde7962 # v4.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
filesA glob of the files to uploadyes
release-tagThe tag name of the release to upload to (if not specified then the release that triggered the workflow is used)
release-idThe ID of the release to upload to (if not specified then the release that triggered the workflow is used)
repo-tokensecrets.GITHUB_TOKENyes

no outputs