Use target-specific Windows artifact names
Some checks failed
Build Windows App / build-windows (push) Failing after 7m26s

This commit is contained in:
MrSphay
2026-05-01 14:23:35 +02:00
parent 40b6a078f3
commit 74ebe00f59

View File

@@ -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}"
}
}
}