From 150e0f7fda8a70feaa2eb0d9ab7ea9da9ac5ccd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Jos=C3=A9=20Mata?= Date: Thu, 19 Feb 2026 22:09:11 +0100 Subject: [PATCH] Enable inclusion of hidden files in helm chart package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Juan José Mata --- .github/workflows/helm-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/helm-publish.yml b/.github/workflows/helm-publish.yml index 4baeac91a..f38a786da 100644 --- a/.github/workflows/helm-publish.yml +++ b/.github/workflows/helm-publish.yml @@ -92,6 +92,7 @@ jobs: with: name: helm-chart-package path: .cr-release-packages/*.tgz + include-hidden-files: true if-no-files-found: error retention-days: 7