Fix: Add .zip extension to Windows package downloads for Expand-Archive Compatibility - #916
Merged
v-HarithaVattikuti merged 2 commits intoAug 5, 2024
.zip extension to Windows package downloads for Expand-Archive Compatibility - #916
Description:
This pull request addresses compatibility issues on Windows by ensuring that filename for Python and PyPy package downloads explicitly include the
.zipextension. This change allows theExpand-Archivecommand to function correctly on Windows self-hosted runners.Related issue:
#819
#904
Check list: