We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
v2-preview
The text was updated successfully, but these errors were encountered:
Wrap output in .tar.gz to preserve +x bits
c2e6dd5
see actions/upload-artifact#68
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 😕
Sorry, something went wrong.
No branches or pull requests
I am producing a folder of executables in my workflow:
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.The text was updated successfully, but these errors were encountered: