mirror of
https://github.com/Minionguyjpro/Inno-Setup-Action
synced 2026-02-18 17:41:18 +01:00
Update index.js
This commit is contained in:
2
dist/index.js
vendored
2
dist/index.js
vendored
@@ -9,7 +9,7 @@ const path = core.getInput('path');
|
||||
var exec = require('child_process').exec;
|
||||
|
||||
if (process.platform === 'win32') {
|
||||
if (!workspacePath) {
|
||||
if (workspacePath === "") {
|
||||
const code = 1;
|
||||
console.error('Error: the repository was not cloned! Please specify the actions/checkout Github Action before this step.')
|
||||
process.exit(code);
|
||||
|
||||
Reference in New Issue
Block a user