n0-computer / dumbpipe

https://dumbpipe.dev
Other
107 stars 9 forks source link

Releases are tarbombs #6

Closed link2xt closed 9 months ago

link2xt commented 9 months ago

I have downloaded the release tarball and it want to extract to .:

$ tar tf dumbpipe-v0.1.0-linux-x86_64.tar.gz 
./
./dumbpipe
./README.md
./LICENSE-MIT
./complete/
./LICENSE-APACHE

I have expected that it would extract to dumbpipe-v0.1.0-linux-x86_64.

link2xt commented 9 months ago

There is also an empty complete/ folder inside every release.

link2xt commented 9 months ago

This is especially a problem with curl -sL https://www.dumbpipe.dev/install.sh | sh script on https://www.dumbpipe.dev/, it is easy to end up with README.md in your current directory.

Arqu commented 9 months ago

ACK, will clean up the release folders.