actions: fix helm using wrong path for chart

This commit is contained in:
Jens Langhammer 2019-12-30 10:42:46 +01:00
parent 7b8e1bea92
commit 323b4b4a5d
1 changed files with 2 additions and 2 deletions

View File

@ -189,5 +189,5 @@ jobs:
helm init
- name: Helm package
run: |
helm dependency update helm/passbook
helm package helm/passbook
helm dependency update helm/
helm package helm/