Comment
Is there a way to upload a file to a draft release via API? I'm looking at this to create draft releases on certain events:
https://codeberg.org/api/swagger#/repository/repoCreateRelease
I'm able to create the draft, but I also want to be able to upload the tarball of the binaries (either from the directory that I'm calling the REST API or as an artifact of a build) to that draft in the same step. Is that possible?