Closed dawangdw closed 7 years ago
Problem for me — I cannot test it since I doesn't have GitHub enterprise server. Is it possible to provide me your real github enterprise config and (I don't know, is it required or not) add me as read-only user? You can contact me by email / or direct slack message.
@develar I replied you on the slack message, the main problem is that the URL should be https://github.***.com/api/v3/repos/<owner>/<repo>/releases/latest
for enterprise Github, not https://github.***.com/repos/<owner>/<repo>/releases/latest
. BTW, the electron-builder
is using correct URL for enterprise Github to publish artifacts.
@dawangdw Please try 2.8.9
@develar I am having a similar problem. How can I change the url from htps://github.***.com/api/v3/repos/<owner>/<repo>/releases/latest
to https://github.***.com/repos/<owner>/<repo>/releases/latest
?
@develar This is the exact problem which I am facing right now. How could I fix this?
The similar issue is found here. The main problem is
electron-updater
doesn't support enterprise Github. When I use demo code, I always got thisHere is my publish config block
I am using newest
electron
libraries