From ae818d4729608031cda7d44e14533ba9922e2d5e Mon Sep 17 00:00:00 2001 From: shambhand Date: Fri, 13 Sep 2024 19:05:56 +0530 Subject: [PATCH] WEEK-3: fixed the chart directory --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 220d7f7..13fa801 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -51,7 +51,7 @@ jobs: - name: Package Helm chart run: | - helm package ./devops-journey + helm package ./helm-chart - name: Upload Helm chart as artifact uses: actions/upload-artifact@v3