actions-marketplace-validations/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
Maintainedlast commit Mar 9, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/abutler_upload-release-assets@1ba4f93a55907239dd2b9aa4be9ef61f8b582f4a # no releases — HEAD as of 2026-07-20

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