Use target-specific Windows artifact names
Some checks failed
Build Windows App / build-windows (push) Failing after 7m26s
Some checks failed
Build Windows App / build-windows (push) Failing after 7m26s
This commit is contained in:
@@ -47,8 +47,7 @@
|
|||||||
"target": [
|
"target": [
|
||||||
"nsis",
|
"nsis",
|
||||||
"portable"
|
"portable"
|
||||||
],
|
]
|
||||||
"artifactName": "EnvHelper-${version}-${target}-${arch}.${ext}"
|
|
||||||
},
|
},
|
||||||
"publish": {
|
"publish": {
|
||||||
"provider": "generic",
|
"provider": "generic",
|
||||||
@@ -58,7 +57,11 @@
|
|||||||
"nsis": {
|
"nsis": {
|
||||||
"oneClick": false,
|
"oneClick": false,
|
||||||
"perMachine": false,
|
"perMachine": false,
|
||||||
"allowToChangeInstallationDirectory": true
|
"allowToChangeInstallationDirectory": true,
|
||||||
|
"artifactName": "EnvHelper-${version}-setup-${arch}.${ext}"
|
||||||
|
},
|
||||||
|
"portable": {
|
||||||
|
"artifactName": "EnvHelper-${version}-portable-${arch}.${ext}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user