Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

"extract" from zip archive does not preserve permissions on Linux #670

Open
eugeneko opened this issue Nov 17, 2023 · 1 comment
Open

"extract" from zip archive does not preserve permissions on Linux #670

eugeneko opened this issue Nov 17, 2023 · 1 comment

Comments

@eugeneko
Copy link

"executable" permission is lost when zip is extracted.

  1. Prepare release zip archive with binaries with "executable" permissions
  2. Download it via this action, extract: true
  3. See that "executable" permissions are lost.

I would expect permissions to be preserved.

image
image

OS: ubuntu-20.04

@robinraju
Copy link
Owner

We have a new release that changes the underlying library for extracting zip files.

- uses: robinraju/release-downloader@v1.10
  with:
    fileName: "foo.zip"
    latest: true
    extract: true

Let me know if you still see this problem

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

No branches or pull requests

2 participants