mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-25 23:14:06 +07:00
Fix config.yaml path
This commit is contained in:
@ -48,6 +48,9 @@ export async function readScript(
|
||||
case 'darwin':
|
||||
switch (version) {
|
||||
case '7.4':
|
||||
fs.createReadStream(path.join(__dirname, '../src/config.yaml')).pipe(
|
||||
fs.createWriteStream('config.yaml')
|
||||
);
|
||||
return fs.readFileSync(path.join(__dirname, '../src/7.4.sh'), 'utf8');
|
||||
case '7.3':
|
||||
default:
|
||||
|
Reference in New Issue
Block a user