1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2025-06-08 06:27:00 +09:00

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) {