I want to publish two folders using TeamCity build artifacts. I edited the artifacts path in general settings of the project as
%system.teamcity.build.checkoutDir%/module1/build/output
%system.teamcity.build.checkoutDir%/module2/build/output
But I am getting only one folder as build artifacts. How can I solve this.