action-zip
action-zip copied to clipboard
Support Windows
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!
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.
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
Try using Compress-Archive
/ Expand-Archive
in PowerShell
Github runner images for windows have 7zip preinstalled