actions: fix path to helm chart
This commit is contained in:
parent
b10c5306b9
commit
865435fb25
|
@ -80,5 +80,5 @@ jobs:
|
|||
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
|
||||
- name: Helm package
|
||||
run: |
|
||||
helm dependency update helm/passbook
|
||||
helm package helm/passbook
|
||||
helm dependency update helm/
|
||||
helm package helm/
|
||||
|
|
Reference in New Issue