Skip to content

Commit

Permalink
[android-actions#108] Remove extracted folder (leftovers) after the s…
Browse files Browse the repository at this point in the history
…dkmanager is moved out.
  • Loading branch information
ViliusSutkus89 committed Mar 2, 2021
1 parent 6989f50 commit 783ac72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ async function installSdkManager(): Promise<string> {
desiredLocation
)

fse.removeSync(cmdlineToolsExtractedLocation)

sdkManager.exePath = getSdkManagerPath(CMDLINE_TOOLS_VERSION)
sdkManager.isCorrectVersion = true
}
Expand Down

0 comments on commit 783ac72

Please sign in to comment.