mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
removed fileName variable
This commit is contained in:
parent
838d5bcda1
commit
75ccbb229f
2 changed files with 4394 additions and 4391 deletions
8738
dist/index.js
vendored
8738
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…
Add table
Reference in a new issue