Hi,
I finished setup an opensource electron application for the company that I work on, and I’m having a problem with the files published on Github releases.
If you look at the .travis.yml file on lines 27, 39 and 53 you can see that I’m only publishing 3 *.tgz files for Windows, Osx and Linux.
When I go to the release page of the app, two new files were also created:
Do you know where are these files coming from?
Is there a way to prevent these two to files to be deployed automatically?
Thank you