From e69d35d2df21f1401abc3b17c207ecfaa9b10381 Mon Sep 17 00:00:00 2001 From: Minionguyjpro Date: Sat, 8 Jul 2023 08:36:28 +0000 Subject: [PATCH] Update index.js --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 323cc29..bec735c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -7,7 +7,7 @@ const path = core.getInput('path'); var exec = require('child_process').exec; if (process.platform === 'win32') { -exec('\"%PROGRAMFILES(X86)%\\Inno Setup 6\\iscc.exe\" \"${path}\"', +exec(`\"%PROGRAMFILES(X86)%\\Inno Setup 6\\iscc.exe\" \"${path}\"`, function (error, stdout, stderr) { console.log('stdout: ' + stdout); console.log('stderr: ' + stderr);