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

Cannot extract zip file with Ubuntu 18.04 file manager UI #15

Open
p- opened this issue Sep 16, 2019 · 0 comments
Open

Cannot extract zip file with Ubuntu 18.04 file manager UI #15

p- opened this issue Sep 16, 2019 · 0 comments

Comments

@p-
Copy link

p- commented Sep 16, 2019

Ok, I'll admit this is a strange one... 😉

My build uses the upload-artifact action that creates a zip.
I am able to unzip that file with the macOS Finder and the Ubuntu 19.04 file manager UI.

However, if I try to extract the same zip file with the Ubuntu 18.04.2 LTS file manager (Nautilus) it fails:

extracting2

The message reads: "There was an error extracting "socket-connect-bpf.zip". "Error opening file "{file}": Not a directory"
If I unzip the same file with:

unzip socket-connect-bpf.zip

it works as well...

I could reproduce this behavior on a second Ubuntu 18.04.2 install.

I don't know if the upload-artifact action could zip the files differently?

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

No branches or pull requests

2 participants