From e4f8f15bdc21c2b38822cbd484e5541f1c93784c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vladim=C3=ADr=20=C5=A0iman?=
 <31256493+onlineque@users.noreply.github.com>
Date: Thu, 7 Nov 2024 12:41:19 +0100
Subject: [PATCH] debug workflow

---
 .github/workflows/ci-helm-ghcr.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/ci-helm-ghcr.yaml b/.github/workflows/ci-helm-ghcr.yaml
index b56ec22..d8d49d4 100644
--- a/.github/workflows/ci-helm-ghcr.yaml
+++ b/.github/workflows/ci-helm-ghcr.yaml
@@ -24,6 +24,10 @@ jobs:
       - name: helm package
         run: |
           helm package helm/kvm-csi-driver --version $IMAGE_TAG
+      - name: show dir
+        run: |
+          ls -la
+          ls -la helm/
       - name: helm push
         if: ${{ github.event_name == 'push' }}
         run: |