From ead619254e634731143184f5613f941c67a83162 Mon Sep 17 00:00:00 2001 From: EndrII Date: Fri, 21 Oct 2022 21:23:50 +0300 Subject: [PATCH] fix download step --- BuildBotLib/make.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),