You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i'm trying to use electron-builder in travic-ci osx image and it tries to call https:://dl.bintray.com//electron-userland/bin/winCodeSign-1.7.0.7z which is not valid url (it must be https://dl.bintray.com/electron-userland/bin/winCodeSign-1.7.0.7z) and produce 401 Unauthorized error
i'm trying to use electron-builder in travic-ci osx image and it tries to call
https:://dl.bintray.com//electron-userland/bin/winCodeSign-1.7.0.7z
which is not valid url (it must behttps://dl.bintray.com/electron-userland/bin/winCodeSign-1.7.0.7z
) and produce401 Unauthorized
errortravic-ci log: https://travis-ci.org/ZarinPal/Panel/builds/235513645#L740
how can i get it to work properly?
The text was updated successfully, but these errors were encountered: