TheDoctor0/zip-release

Creating `zip` files without junk paths

Opened this issue · 0 comments

It seems when I use zip for packaging the files in a path, I see the zip file stores whole directory structure from directory to path inside the zip file.
This can be eliminated by using -j tag with zip command in the script. It will be helpful while automating packaging.

Here is a solution: https://stackoverflow.com/questions/9710141/create-zip-file-and-ignore-directory-structure