fix copy artifacts
diff --git a/releng.control/cc_copyArtifacts.xml b/releng.control/cc_copyArtifacts.xml
index c24ff34..2b4280a 100644
--- a/releng.control/cc_copyArtifacts.xml
+++ b/releng.control/cc_copyArtifacts.xml
@@ -33,7 +33,7 @@
         <mkdir dir="${localStampedArtifactsDirectory}/${buildLabel}" />
         <copy todir="${localStampedArtifactsDirectory}/${buildLabel}"
               overwrite="true">
-            <fileset dir="${buildDirectory}/${buildLabel}" />
+            <fileset dir="${env.BUILD_HOME}/projects/${projectname}/workdir/${buildLabel}" />
         </copy>
     </target>