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);