-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return the upload url in the outputs #426
Comments
Sorry. I don't know why I didn't see it was already there.... |
Ah... maybe indeed. |
Check my comment here, maybe it will help you 😊 https://github.com/google-github-actions/release-please-action/issues/400#issuecomment-1025264971 |
Thanks @axieum. Indeed with some tools we can use the Remains open the question of what to do to fix this issue. We could either:
|
TL;DR
When releasing an application (not a library), it is common to upload the binaries to the github release. There is even an action do to it easily: https://github.com/actions/upload-release-asset.
But to upload to a github release, we need the "upload_url" which is returned when the release is created.
release-please could set that uload url in the
outputs
so we can write upload the artifacts to the release created by release-please.Detailed design
Possible example of usage:
Additional information
No response
The text was updated successfully, but these errors were encountered: