action-zip icon indicating copy to clipboard operation
action-zip copied to clipboard

Support Windows

Open marvk opened this issue 4 years ago • 4 comments

The title says it all. Currently, this action unfortunately does not support Windows builds. Supporting Windows build would be a desired feature for me.

Thank you for your work!

marvk avatar Jan 10 '21 17:01 marvk

I would love to support Windows; the issue is that the current action uses Docker, but that would have to be transitioned to a JavaScript one in order to support Windows. I will look into this and see what changes would be required.

montudor avatar Jan 23 '21 01:01 montudor

Thank you for looking into it. It is by no means a blocking issue or high priority from my side, as what I need from this action is easily done in a one liner step and it is a Windows specific job anyways:

- name: Unzip WiX Toolset
   run: mkdir wix; tar -xf wix.zip -C wix

marvk avatar Jan 24 '21 13:01 marvk

Try using Compress-Archive / Expand-Archive in PowerShell

rlaveycal avatar Jun 17 '22 12:06 rlaveycal

Github runner images for windows have 7zip preinstalled

Arghs avatar Oct 11 '22 01:10 Arghs