mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 05:29:34 -08:00
[issue #108] Remove zip extraction leftovers
This commit is contained in:
parent
6989f50c81
commit
0bdb2caf82
2 changed files with 2 additions and 1 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
File diff suppressed because one or more lines are too long
|
@ -124,6 +124,7 @@ async function installSdkManager(): Promise<string> {
|
||||||
path.join(cmdlineToolsExtractedLocation, 'cmdline-tools'),
|
path.join(cmdlineToolsExtractedLocation, 'cmdline-tools'),
|
||||||
desiredLocation
|
desiredLocation
|
||||||
)
|
)
|
||||||
|
fse.removeSync(cmdlineToolsExtractedLocation)
|
||||||
|
|
||||||
sdkManager.exePath = getSdkManagerPath(CMDLINE_TOOLS_VERSION)
|
sdkManager.exePath = getSdkManagerPath(CMDLINE_TOOLS_VERSION)
|
||||||
sdkManager.isCorrectVersion = true
|
sdkManager.isCorrectVersion = true
|
||||||
|
|
Loading…
Reference in a new issue