removed fileName variable

This commit is contained in:
Nikita Bykov 2020-07-20 18:36:21 +03:00
parent 838d5bcda1
commit 75ccbb229f
2 changed files with 4394 additions and 4391 deletions

8784
dist/index.js vendored

File diff suppressed because it is too large Load Diff

View File

@ -58,7 +58,6 @@ export async function installCpythonFromRelease(release: tc.IToolRelease) {
core.info(`Download from "${downloadUrl}"`);
const pythonPath = await tc.downloadTool(downloadUrl, undefined, AUTH);
const fileName = path.basename(pythonPath, '.zip');
core.info('Extract downloaded archive');
let pythonExtractedFolder;
if (IS_WINDOWS) {