looking at [source code](https://github.com/kohsuke/github-api/blob/master/src/main/java/org/kohsuke/github/GHRelease.java#L130), the URL for uploading releases is hardcoded to Gighub.com's. I will attempt to extend it for GitHub Enteprise, using `GitHub.getApiURL()`...
looking at source code, the URL for uploading releases is hardcoded to Gighub.com's.
I will attempt to extend it for GitHub Enteprise, using
GitHub.getApiURL()...