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

Change Release Pipeline to use 7zip rather than Powershell #341

Open
oliverpechey opened this issue Jun 13, 2023 · 1 comment
Open

Change Release Pipeline to use 7zip rather than Powershell #341

oliverpechey opened this issue Jun 13, 2023 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@oliverpechey
Copy link
Member

When using Powershell's "Compress-Archive", it creates .zip files with forward slashes instead of backslashes. This cannot be extracted by Unix CLI.

Apparently using 7z fixes this issue. Worth exploring.

@oliverpechey oliverpechey added the bug Something isn't working label Jun 13, 2023
@oliverpechey oliverpechey added this to the Backlog milestone Jun 13, 2023
@Lazrius
Copy link
Member

Lazrius commented Jun 18, 2023

@oliverpechey It might be a better idea to use tarballs instead as both Windows and Linux can open these natively without needing external tooling.

If memory serves, replace compress archive with something along the lines of:
tar -cvzf .\Release.zip .\dist\Release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants