mirror of
https://github.com/Minionguyjpro/Inno-Setup-Action.git
synced 2026-04-13 02:11:24 +02:00
Update index.js
This commit is contained in:
3
dist/index.js
vendored
3
dist/index.js
vendored
@@ -15,11 +15,14 @@ if (process.platform === 'win32') {
|
|||||||
console.log(stdout);
|
console.log(stdout);
|
||||||
if (error) {
|
if (error) {
|
||||||
core.error(stderr);
|
core.error(stderr);
|
||||||
|
exit(1);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
core.error('Error: The repository was not cloned. Please specify the actions/checkout action before this step.');
|
core.error('Error: The repository was not cloned. Please specify the actions/checkout action before this step.');
|
||||||
|
exit(1);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
core.error('Error: This action is only supported on Windows!');
|
core.error('Error: This action is only supported on Windows!');
|
||||||
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user