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": [
|
||||
"nsis",
|
||||
"portable"
|
||||
],
|
||||
"artifactName": "EnvHelper-${version}-${target}-${arch}.${ext}"
|
||||
]
|
||||
},
|
||||
"publish": {
|
||||
"provider": "generic",
|
||||
@@ -58,7 +57,11 @@
|
||||
"nsis": {
|
||||
"oneClick": 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