diff --git a/BuildBotLib/make.py b/BuildBotLib/make.py index 1d5db13..907c5da 100644 --- a/BuildBotLib/make.py +++ b/BuildBotLib/make.py @@ -346,7 +346,7 @@ class Make(BaseModule): factory.addStep( steps.FileDownload( workersrc=util.Interpolate('%(prop:copyCustomArtifact)s'), - masterdest=self.getWraper(lambda step: + mastersrc=self.getWraper(lambda step: self.destDir(step) + "/" + os.path.basename(util.Interpolate('%(prop:copyCustomArtifact)s')) ), url=self.getWraper(self.destDirUrl),