· 2 min read
How to create a cross platform zip archive using GitHub Actions
Let me set some context to understand the problem at hand, zip command is available by default on all *nix OS flavours which includes both Linux and Mac OS. On latest Windows server, there is no zip as command readily available but GH Actions provide...
github-actions