ZIP Tab - Creating ZIP File
I had a question regarding specifying the directory to ZIP...
In the ZIP Tab (under the create ZIP File step inside of Subroutine Steps), there is a field called "Source Folder:"
I want to include 2 folders that are on the same level, but am not sure how this could be done.
i.e.
%BUILD_ROOT%\%MODULE_NAME%
%BUILD_ROOT%\release
%BUILD_ROOT%\debug
%BUILD_ROOT%\projects
%BUILD_ROOT%\src
I need to retain the structure, which is why I cannot simply include %BUILD_ROOT%. I need to include %BUILD_ROOT%\%MODULE_NAME% and %BUILD_ROOT%\release only. How can this be done?
Any help would be greatly appreciated. Thanks in advance.
|