mirror of
https://github.com/actions/setup-python.git
synced 2025-04-19 11:13:29 +00:00
removed fileName variable
This commit is contained in:
parent
838d5bcda1
commit
75ccbb229f
8784
dist/index.js
vendored
8784
dist/index.js
vendored
File diff suppressed because it is too large
Load Diff
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user