From df15ca1fcfca3f7458d4619f6bb8afc464955a55 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Sat, 23 Oct 2021 20:26:03 -0400 Subject: [PATCH] misc: update helm.yml action (#4628) --- .github/workflows/helm.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/helm.yml b/.github/workflows/helm.yml index af1f6226..9058f126 100644 --- a/.github/workflows/helm.yml +++ b/.github/workflows/helm.yml @@ -19,9 +19,10 @@ jobs: - name: Generate Chart Archive run: | + ls -l $GITHUB_WORKSPACE mkdir -p $GITHUB_WORKSPACE/charts helm package . -d $GITHUB_WORKSPACE/charts - working-directory: $GITHUB_WORKSPACE/dev/helm + working-directory: ./dev/helm - name: Generate Index run: |