electron-builder icon indicating copy to clipboard operation
electron-builder copied to clipboard

nsis-web latest.yml incorrectly named with semantic versionning

Open LionelDimitrijevic opened this issue 1 year ago • 0 comments

  • Electron-Builder Version: 23.1.0
  • Node Version: 16.7.0
  • Electron Version:19.0.8
  • Electron Type (current, beta, nightly):current
  • Target:

Hello, i have a little problem with continuous integration on an Azure DevOps plateform. The build works correctly but the output of the builder is somewhat strange.

When i build locally for nsis-web i get a latest.yml file in the outputed files. On azure devops the name of the latest.yml file is different. I use GitVersion to make semantic versioning. On develop branches the name of the file is alpha.yml (the last word of my version). On feature branches i always get the last name of the version also. Is it a bug or is it normal? Does the web package update always checks for a latest.yml file or does it check according to the version and thus it is ok to have such names?

LionelDimitrijevic avatar Sep 09 '22 13:09 LionelDimitrijevic