What am trying to implement Am new to electron. Am trying to implement releases & auto update based on channels. I followed instructions in official documentation here. I also added scripts to generate alpha build.
My Problem
Alpha build is created along with alpha.yml.
[Here is my screenshot]
(https://i.stack.imgur.com/nUin4.png).
Updater instead of looking for alpha.yml it shows an error in terminal Cannot find latest.yml in the release.
What have I tried
[Here is my package.json]
(https://i.stack.imgur.com/xuTS1.png)
The deploy command is for stable release & deploy-alpha is for alpha release. The builder-alpha.json is nothing but a copy of electron builder only difference is the product name.
[This is my main.js]
(https://i.stack.imgur.com/KVlZu.png)
I also tried keeping the appid & name as same too but that didn't work as well. I couldn't find anything more on documentation or in any search results. So any help would be appreciated. Thank you.