Merge pull request #66 from sidrao2006/patch-1

Use FLUTTER_ROOT instead of FLUTTER_HOME
This commit is contained in:
Alif Rachmawadi
2020-11-21 05:57:49 +07:00
committed by GitHub

View File

@@ -37,7 +37,7 @@ export async function getFlutter(
toolPath = await tc.cacheDir(sdkDir, 'flutter', cleanver);
}
core.exportVariable('FLUTTER_HOME', toolPath);
core.exportVariable('FLUTTER_ROOT', toolPath);
core.addPath(path.join(toolPath, 'bin'));
core.addPath(path.join(toolPath, 'bin', 'cache', 'dart-sdk', 'bin'));