mirror of
https://github.com/subosito/flutter-action.git
synced 2024-08-16 10:19:50 +02:00
Use FLUTTER_ROOT instead of FLUTTER_HOME
This commit is contained in:
parent
d141f1640a
commit
2dc29df57b
1 changed files with 1 additions and 1 deletions
|
@ -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'));
|
||||
|
||||
|
|
Loading…
Reference in a new issue