github-action-ghr icon indicating copy to clipboard operation
github-action-ghr copied to clipboard

GitHub Action to upload build artifacts to GitHub releases.

Results 4 github-action-ghr issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...