1
0
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:
Minionguyjpro
2023-12-11 16:04:36 +01:00
committed by GitHub
parent f9ddbe9a22
commit e5bae7fd02

3
dist/index.js vendored
View File

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