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

Support Windows #15

Open
marvk opened this issue Jan 10, 2021 · 4 comments
Open

Support Windows #15

marvk opened this issue Jan 10, 2021 · 4 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@marvk
Copy link

marvk commented Jan 10, 2021

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!

@montudor
Copy link
Owner

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.

@marvk
Copy link
Author

marvk commented Jan 24, 2021

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

@montudor montudor added enhancement New feature or request help wanted Extra attention is needed labels Jan 26, 2021
@rlaveycal
Copy link

Try using Compress-Archive / Expand-Archive in PowerShell

@Arghs
Copy link

Arghs commented Oct 11, 2022

Github runner images for windows have 7zip preinstalled

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants