echapmanfrombunnings/Upload release assets to an existing release
Allows the user to update an existing release
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| releaseTag | Release tag to be updated | no | ${{ github.event.release.tag_name }} |
| githubToken | Token for the repository. Can be passed in using {{ secrets.GITHUB_TOKEN }} | yes | ${{ github.token }} |
| files | Files to upload to GitHub, must be a multiline result. Glob supported. | no | "" |
| artefactName | The artefact to download if this is being done within another workflow | no | "" |
| overrideExistingArtefact | Override artefact if it already exists. Token will need access to do so | no | false |
Outputs
no outputs