Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix path of extracted folder for Python #118

Merged
merged 6 commits into from Jul 20, 2020
Merged

Fix path of extracted folder for Python #118

merged 6 commits into from Jul 20, 2020

Conversation

nikita-bykov
Copy link
Contributor

@nikita-bykov nikita-bykov commented Jul 17, 2020

Previously, the action downloaded files into the GITHUB_WORKSPACE and leave them there. This will happen if we specify a specific location for unpacking files in method tc.extractZip. After removing the second parameter of this method, files will be unzipped in default directory (/home/runner/work/_temp).

Before changes we can see that after setup python, the size our work directory is 229MB: https://github.com/nikita-bykov/setup-python/runs/881317016?check_suite_focus=true
After changes the size is 1.1MB: https://github.com/nikita-bykov/setup-python/runs/881603419?check_suite_focus=true

Issue: #101

@nikita-bykov nikita-bykov marked this pull request as ready for review July 18, 2020 12:09
@nikita-bykov nikita-bykov changed the title Fixed path of extracted folder for Python Fix path of extracted folder for Python Jul 19, 2020
@maxim-lobanov maxim-lobanov merged commit 0c28554 into actions:main Jul 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants