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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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