misc: update helm.yml action (#4628)

This commit is contained in:
Nicolas Giard
2021-10-23 20:26:03 -04:00
committed by GitHub
parent 6d47983c6b
commit df15ca1fcf

View File

@@ -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: |