actions-marketplace-validations/Release Upload

Simple Github action to upload files to the current release

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Maintainedlast commit Nov 15, 2025
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/d1ceward_draft-assets-release-action@1a1b532a938696c6a6f6de805e5c3c6b849d40cf # no releases — HEAD as of 2026-07-15

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

namedescriptionrequireddefault
tokenThe GitHub access token which will be used to upload release artifacts. Usually this will be `secrets.GITHUB_TOKEN`. yes
filesA list of files to publish, relative to the repository root. The files must be specified as a newline-delimited list of paths. ```yaml with: files: | bin/release-linux bin/release-windows ``` yes

no outputs