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

File extension is wrong from v4.23.0 #744

Closed
suzuki-shunsuke opened this issue Dec 28, 2022 · 1 comment · Fixed by #743
Closed

File extension is wrong from v4.23.0 #744

suzuki-shunsuke opened this issue Dec 28, 2022 · 1 comment · Fixed by #743

Comments

@suzuki-shunsuke
Copy link
Contributor

suzuki-shunsuke commented Dec 28, 2022

In v4.23.0, file extension was changed from .tar.gz to .tar.tgz.

https://github.com/crazy-max/diun/releases/tag/v4.23.0

image

https://github.com/crazy-max/diun/releases/tag/v4.22.0

image

I think file extension .tar.tgz is wrong, because .tgz is .tar + .gz.

This change came from #706 .

f43e989

tar -czvf "/out/diun_${version#v}_${TARGETOS}_${TARGETARCH}${TARGETVARIANT}.tar.tgz" .

@suzuki-shunsuke
Copy link
Contributor Author

I've created a pull request to solve the issue.
#743

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant