From 8fd84fd34d84c86350f6ac72e23c3c5c452db804 Mon Sep 17 00:00:00 2001 From: calebboyd Date: Tue, 31 Jul 2018 21:53:57 -0500 Subject: [PATCH] chore(ci): log currently building version --- tasks/asset-compile.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/asset-compile.ts b/tasks/asset-compile.ts index a9bad44..178bdd9 100644 --- a/tasks/asset-compile.ts +++ b/tasks/asset-compile.ts @@ -49,9 +49,9 @@ async function build() { if (windowsBuild) { await ci.triggerWindowsBuild(windowsBuild) } - } + } - if (env.NEXE_VERSION) { + if (env.NEXE_VERSION) { const target = getTarget(env.NEXE_VERSION), output = isWindows ? './out.exe' : './out', options = { @@ -60,7 +60,7 @@ async function build() { target, output } - + console.log('Building: ', target) const stop = keepalive() if (target.platform === 'alpine') { await runAlpineBuild(target)