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
|
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash
|
||||||
- name: Helm package
|
- name: Helm package
|
||||||
run: |
|
run: |
|
||||||
helm dependency update helm/passbook
|
helm dependency update helm/
|
||||||
helm package helm/passbook
|
helm package helm/
|
||||||
|
|
Reference in New Issue