Ability to ignore files #14
Answered
by
montudor
jeffschnellerEnvisa
asked this question in
Q&A
-
Is there a way to ignore files to zip? |
Beta Was this translation helpful? Give feedback.
Answered by
montudor
Jan 9, 2021
Replies: 2 comments
-
Yes, it works exactly like the actual linux command, for example: - uses: montudor/[email protected]
with:
args: zip -r dir.zip ./dir -x '*.git*' would exclude the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
montudor
-
Ok. I tried that but must have the path wrong to exclude an entire subdirectory. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, it works exactly like the actual linux command, for example:
would exclude the
.git
folder.