Assets upload issue with Github enterprise.
RtReleaseAssets upload use a static uri uri: "https://uploads.github.com"
this.request.uri().set(URI.create("https://uploads.github.com"))
It should leverage the upload_url in the repository github response.
@amihaiemil/z please, pay attention to this issue
Thanks @0crat! I m kind of stuck in my project. I can workaround abd do an extra sh script but not really convenient.
Are you speaking to me or about me here; you must always start your message with my name if you want to address it to me, see §1
@fred8 There doens't seem to be any upload_url in the repo JSON returned by the API: https://api.github.com/repos/jcabi/jcabi-github
Or maybe I don't understand what you mean?
@amihaiemil Sorry I meant the "release" API response
@fred8 Can you please make a PR? There isn't anyone actively working on this project at the moment and I don't really have time for it either.
If you wanna make a PR, please start small, don't write a lot of code: Qulice (our static code analyzer) will probably kick you from all directions...