mirror of
https://github.com/Minionguyjpro/Inno-Setup-Action
synced 2026-02-18 09:31:19 +01: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);
|
||||
if (error) {
|
||||
core.error(stderr);
|
||||
exit(1);
|
||||
}
|
||||
});
|
||||
} else {
|
||||
core.error('Error: The repository was not cloned. Please specify the actions/checkout action before this step.');
|
||||
exit(1);
|
||||
}
|
||||
} else {
|
||||
core.error('Error: This action is only supported on Windows!');
|
||||
exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user