Fix Windows artifact naming and publish metadata
Some checks failed
Build Windows App / build-windows (push) Failing after 6m32s

This commit is contained in:
MrSphay
2026-05-01 14:16:15 +02:00
parent 0f7a8c76e0
commit 40b6a078f3

View File

@@ -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,