diff --git a/build/lib/release.sh b/build/lib/release.sh index 318aba2ccf4..35e3a28d231 100644 --- a/build/lib/release.sh +++ b/build/lib/release.sh @@ -320,7 +320,7 @@ function kube::release::package_kube_manifests_tarball() { cp "${salt_dir}/e2e-image-puller/e2e-image-puller.manifest" "${dst_dir}/" cp "${KUBE_ROOT}/cluster/gce/trusty/configure-helper.sh" "${dst_dir}/trusty-configure-helper.sh" cp "${KUBE_ROOT}/cluster/gce/gci/configure-helper.sh" "${dst_dir}/gci-configure-helper.sh" - cp "${KUBE_ROOT}/cluster/gce/gci/mounter" "${dst_dir}/gci-mounter" + cp "${KUBE_ROOT}/cluster/gce/gci/mounter/mounter" "${dst_dir}/gci-mounter" cp "${KUBE_ROOT}/cluster/gce/gci/health-monitor.sh" "${dst_dir}/health-monitor.sh" cp -r "${salt_dir}/kube-admission-controls/limit-range" "${dst_dir}" local objects