In execute shell in build settings I have PROJECT_VERSION variable. I would like to use it in FTP Publishers -> Transfer -> Source files in that way:
build/project_${PROJECT_VERSION}.zip
but it seems to not be working. How to export this information? I tried also "export" command but it also doesn't work.