Skip to content

Commit 0bdb2ca

Browse files
[issue #108] Remove zip extraction leftovers
1 parent 6989f50 commit 0bdb2ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ async function installSdkManager(): Promise<string> {
124124
path.join(cmdlineToolsExtractedLocation, 'cmdline-tools'),
125125
desiredLocation
126126
)
127+
fse.removeSync(cmdlineToolsExtractedLocation)
127128

128129
sdkManager.exePath = getSdkManagerPath(CMDLINE_TOOLS_VERSION)
129130
sdkManager.isCorrectVersion = true

0 commit comments

Comments
 (0)