From e84e236a3d3c70672124172087b7a106f3e220dc Mon Sep 17 00:00:00 2001 From: calebboyd Date: Tue, 31 Jul 2018 22:02:57 -0500 Subject: [PATCH] chore(ci): set correct version on windows --- tasks/ci.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/ci.ts b/tasks/ci.ts index a7b580b..ff28524 100644 --- a/tasks/ci.ts +++ b/tasks/ci.ts @@ -45,7 +45,7 @@ export function triggerDockerBuild(release: NexeTarget, branch: string) { } export function triggerWindowsBuild(release: NexeTarget) { - const version = 'NEXE_VERSION' in env ? env.NEXE_VERSION!.trim() : release.version + const version = 'NEXE_VERSION' in env ? env.NEXE_VERSION!.trim() : release.toString() if (version.startsWith('10.')) { if ((env.APPVEYOR_BUILD_WORKER_IMAGE || '').includes('2017')) { env.NEXE_VERSION = version