Closed CurtisHughes closed 1 year ago
I need this, actually I've made a similar change and then found this pull request 😹 Please merge 👀
I provided my solution, any one is ok for me to merge: https://github.com/actions/upload-release-asset/pull/45
Is very usefull, i had to use actions/github-action-publish-binaries
I need this too! 👍
This would allow users to upload assets to a release without providing an upload url.
It uses the Github context to determine if the action was a release-event-release (i.e. published, deleted, prereleased) and fetches the upload url based on the current actions release id.