We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is using .tar.gz for artifact an essential thing to do? Would it be very bad to upload using zip?
.tar.gz
I'm working on making this to winget, which only works for zip rn, ref microsoft/winget-cli#2899
The text was updated successfully, but these errors were encountered:
tar are more widely deployed on unix machines.
It is smarter to provide zip for win platforms and tar.gz for rest platforms.
Sorry, something went wrong.
This is handled by cargo-dist with one-line effort:
shiroa/dist-workspace.toml
Lines 13 to 16 in 00bc5eb
Successfully merging a pull request may close this issue.
Is using
.tar.gz
for artifact an essential thing to do? Would it be very bad to upload using zip?I'm working on making this to winget, which only works for zip rn, ref microsoft/winget-cli#2899
The text was updated successfully, but these errors were encountered: