Fix Windows artifact naming and publish metadata
Some checks failed
Build Windows App / build-windows (push) Failing after 6m32s
Some checks failed
Build Windows App / build-windows (push) Failing after 6m32s
This commit is contained in:
@@ -48,7 +48,12 @@
|
|||||||
"nsis",
|
"nsis",
|
||||||
"portable"
|
"portable"
|
||||||
],
|
],
|
||||||
"artifactName": "EnvHelper-${version}-${arch}.${ext}"
|
"artifactName": "EnvHelper-${version}-${target}-${arch}.${ext}"
|
||||||
|
},
|
||||||
|
"publish": {
|
||||||
|
"provider": "generic",
|
||||||
|
"url": "https://git.wilkensxl.de/MrSphay/envHelper/releases/download/latest",
|
||||||
|
"channel": "latest"
|
||||||
},
|
},
|
||||||
"nsis": {
|
"nsis": {
|
||||||
"oneClick": false,
|
"oneClick": false,
|
||||||
|
|||||||
Reference in New Issue
Block a user