-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Description
- Version: v.1.3.3
- Target: Windows x64
I'm just getting my feet wet with electron and electron-builder, and am experimenting with using appveyor build server to build Windows executables. Stumbling through and reacting to the build errors, I've gotten as far as a successful build, but I'm not managing to get artifacts (I presume an exe file) to get published. I've read the Wiki and followed its instructions as closely as I can, reviewing it multiple times, but I can't figure out what I'm doing wrong.
Here is the AppVeyor I'm experimenting with, it's just the electron getting started app: https://ci.appveyor.com/project/vicatcu/electron-sandbox. I have a Draft release on Git-Hub with "Release title": "v1.0.0" and "Tag version": "v1.0.0", but I get no evidence of an executable being generated in the logs. Where am I going wrong?