diff --git a/.circleci/package_and_publish_helm.sh b/.circleci/package_and_publish_helm.sh index c788a23..adca40d 100755 --- a/.circleci/package_and_publish_helm.sh +++ b/.circleci/package_and_publish_helm.sh @@ -39,7 +39,7 @@ git fetch git switch "${HELM_PACKAGE_BRANCH}" if [[ -n "${CIRCLE_TAG}" || "${CIRCLE_BRANCH}" == "${HELM_STABLE_BRANCH}" ]]; then echo "🛻 copying packages to stable directory" - cp -a "${TEMP_PACKAGE_DIR}" stable/ + cp -a "${TEMP_PACKAGE_DIR}/." stable/ pushd stable helm repo index . popd