-
Is there a way to ZIP a collection of files within Task without multiple platform specific compress commands? |
Beta Was this translation helpful? Give feedback.
Answered by
vmaerten
Jun 15, 2025
Replies: 1 comment 2 replies
-
Hi there! |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
novabyte
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there!
Task doesn't have a built-in zip function.
You can use the
platform
directive and define a separate command for each platform:https://taskfile.dev/usage/#platform-specific-tasks-and-commands