You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying to align package names uploaded to Github Releases, but the Win zip package and snap package don't follow the artifactName property. I am building on Appveyor (Win32) and Travis (Linux&Mac). Any hints how to set it up correctly? Thank you in advance.
Win zip target is build with correct name but published with a different one:
• building target=zip arch=x64 file=release-builds\Wrapbox_v0.0.5.zip
...
• uploading file=wrapbox-0.0.5-win.zip provider=GitHub
For Linux targets I set artifactName to ${name}_v${version}.${ext}, but snap package name is different than the rest:
Hi, I am trying to align package names uploaded to Github Releases, but the Win
zip
package andsnap
package don't follow theartifactName
property. I am building on Appveyor (Win32) and Travis (Linux&Mac). Any hints how to set it up correctly? Thank you in advance.Win
zip
target is build with correct name but published with a different one:For Linux targets I set
artifactName
to${name}_v${version}.${ext}
, butsnap
package name is different than the rest:My build config in
package.json
:The text was updated successfully, but these errors were encountered: