Skip to content

Fix: Add .zip extension to Windows package downloads for Expand-Archive Compatibility - #916

Merged
v-HarithaVattikuti merged 2 commits into
actions:mainfrom
v-priyagupta108:fix-windows-extract-archive
Aug 5, 2024
Merged

Fix: Add .zip extension to Windows package downloads for Expand-Archive Compatibility#916
v-HarithaVattikuti merged 2 commits into
actions:mainfrom
v-priyagupta108:fix-windows-extract-archive

Conversation

@v-priyagupta108

Copy link
Copy Markdown
Contributor

Description:
This pull request addresses compatibility issues on Windows by ensuring that filename for Python and PyPy package downloads explicitly include the .zip extension. This change allows the Expand-Archive command to function correctly on Windows self-hosted runners.

Related issue:
#819
#904

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

@v-priyagupta108
v-priyagupta108 requested a review from a team as a code owner July 26, 2024 09:06