mirror of
https://gitea.com/actions/setup-android.git
synced 2024-11-23 18:04:08 +08:00
[issue #108] Remove zip extraction leftovers
This commit is contained in:
parent
6989f50c81
commit
0bdb2caf82
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'),
|
||||
desiredLocation
|
||||
)
|
||||
fse.removeSync(cmdlineToolsExtractedLocation)
|
||||
|
||||
sdkManager.exePath = getSdkManagerPath(CMDLINE_TOOLS_VERSION)
|
||||
sdkManager.isCorrectVersion = true
|
||||
|
Loading…
Reference in New Issue
Block a user