Use FLUTTER_ROOT instead of FLUTTER_HOME

This commit is contained in:
Aneesh Rao
2020-11-19 20:31:28 +05:30
committed by GitHub
parent d141f1640a
commit 2dc29df57b

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'));