github-action-ghr
github-action-ghr copied to clipboard
GitHub Action to upload build artifacts to GitHub releases.
The actual ghr provides -r parameter to provide name of repository make release to. But this action seems to be using the current repository for which the action is running....
This action creates a release for a given tag, when it doesn’t exist. Would it possible to (have an option to) mark this release as a draft release, i.e. not...
I would like to upload the entire directory as one zip file. E.g. dist/package-a should be uploaded as package-a.zip, or perhaps another name I could set in the options. Is...
I've been looking for a long time for a gh action that can update releases, wipe previous tags, and change release body&title... seems like yours is what I want, but...