From 323b4b4a5ddd8d28c96a8f8db4df56fb39d9fb2b Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 30 Dec 2019 10:42:46 +0100 Subject: [PATCH] actions: fix helm using wrong path for chart --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e101dd12..94605ee3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -189,5 +189,5 @@ jobs: helm init - name: Helm package run: | - helm dependency update helm/passbook - helm package helm/passbook + helm dependency update helm/ + helm package helm/