Skip to content

Linux binary releases as ZIP lose executable permissions #453

@nh2

Description

@nh2

Hi, the ZIP releases lik sieve-0.5.3-linux-x64.zip on https://github.com/thsmi/sieve/releases/tag/0.5.3 are not very useful to Linux users because ZIP cannot carry file permissions, so if you try to run it you get:

$ ./sieve 
zsh: permission denied: ./sieve

If one try to fix it it still fails because other files don't have the right permisisons:

$ chmod +x sieve 
$ ./sieve 
zsh: no such file or directory: ./sieve

Could you switch to .tar.gz or a similar format that keeps executable permissions (chmod +x bits)?

Thanks!

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions