You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
It seems when I use zip for packaging the files in a
path
, I see the zip file stores whole directory structure fromdirectory
topath
inside the zip file.This can be eliminated by using
-j
tag withzip
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
The text was updated successfully, but these errors were encountered: