megahertz / electron-simple-publisher

Simple way to publish releases for electron-simple-updater
MIT License
66 stars 25 forks source link

Fixes prerelease NuGet file name #18

Closed rdiazv closed 7 years ago

rdiazv commented 7 years ago

The prerelease version needs an adjustment when the tag has a dot. This is the current output:

version: 1.0.0-beta.1

File /XXXXXX/win/app-1.0.0-beta.1-full.nupkg doesn't exists. You can try to check if:
 - electron-builder successfully made a build
 - electron-builder and electron-simple-publisher are up to date
 - if nothing helps please create a new github issue. Don't forget to include electron-builder version to the bug report.

For NuGet the target filename should be app-1.0.0-beta1-full.nupkg.

Related: