actions-marketplace-validations/Upload release assets to an existing release

Allows the user to update an existing release

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
releaseTagRelease tag to be updatedno${{ github.event.release.tag_name }}
githubTokenToken for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }}yes${{ github.token }}
filesFiles to upload to GitHub, must be a multiline result. Glob supported.no""
artefactNameThe artefact to download if this is being done within another workflowno""
overrideExistingArtefactOverride artefact if it already exists. Token will need access to do sonofalse

no outputs