From 5d5823890f0cf49ef00c0e51eb472514c494e407 Mon Sep 17 00:00:00 2001 From: EndrII Date: Fri, 21 Oct 2022 22:02:22 +0300 Subject: [PATCH] try fix --- BuildBotLib/make.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuildBotLib/make.py b/BuildBotLib/make.py index 59da218..69f5367 100644 --- a/BuildBotLib/make.py +++ b/BuildBotLib/make.py @@ -350,7 +350,7 @@ class Make(BaseModule): steps.FileUpload( workersrc=util.Interpolate('%(prop:copyCustomArtifact)s'), masterdest=self.getWraper(lambda step: - self.destDir(step) + "/" + os.path.basename(util.Interpolate('%(prop:copyCustomArtifact)s')) + self.destDir(step) + "/" + os.path.basename(step.getProperty('copyCustomArtifact')) ), url=self.getWraper(self.destDirUrl), doStepIf=self.getWraper(self.isCopyArtefact),