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

Wrong file extension ".xz" for "gz" release files. #15

Closed
Patterner opened this issue Feb 23, 2024 · 1 comment
Closed

Wrong file extension ".xz" for "gz" release files. #15

Patterner opened this issue Feb 23, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@Patterner
Copy link

file tbmk-linux-amd64.tar.xz
tbmk-linux-amd64.tar.xz: gzip compressed data, from Unix, original size modulo 2^32 7372800

build.sh:22

tar -cvzf "$output_path.tar.xz"

-z is "gzip"

-J or --xz are "xz"

linhx added a commit that referenced this issue Feb 24, 2024
fix(#15): Wrong file extension ".xz" for "gz" release files
@linhx linhx self-assigned this Feb 25, 2024
@linhx linhx added the bug Something isn't working label Feb 25, 2024
@linhx
Copy link
Owner

linhx commented Feb 25, 2024

thank you for you feedback

@linhx linhx closed this as completed Feb 25, 2024
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