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

.tar.gz #68

Closed
kousu opened this issue Apr 9, 2020 · 1 comment
Closed

.tar.gz #68

kousu opened this issue Apr 9, 2020 · 1 comment

Comments

@kousu
Copy link

kousu commented Apr 9, 2020

I am producing a folder of executables in my workflow:

      uses: actions/upload-artifact@v1.0.0
      with:
        name: apps
        path: fakeroot/bin/

but they are losing their +x bits because they are being archived to a .zip instead of a .tar.gz. Is there a way to make a .tar.gz instead?

It seems like this was partially addressed in v2-preview @ #3 (comment) but I still need to double-archive my output to get an accurate output.

kousu added a commit to kousu/ANTs that referenced this issue Apr 9, 2020
@konradpabjan
Copy link
Collaborator

Duplicate of #38 so I'm closing this

A few other issues related to artifact permissions are already open: https://github.com/actions/upload-artifact/issues?q=is%3Aissue+is%3Aopen+label%3A%22Artifact+Permissions%22

We're aware of this problem 😕

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

No branches or pull requests

2 participants