Unverified Commit df15ca1f authored by Nicolas Giard's avatar Nicolas Giard Committed by GitHub

misc: update helm.yml action (#4628)

parent 6d47983c
...@@ -19,9 +19,10 @@ jobs: ...@@ -19,9 +19,10 @@ jobs:
- name: Generate Chart Archive - name: Generate Chart Archive
run: | run: |
ls -l $GITHUB_WORKSPACE
mkdir -p $GITHUB_WORKSPACE/charts mkdir -p $GITHUB_WORKSPACE/charts
helm package . -d $GITHUB_WORKSPACE/charts helm package . -d $GITHUB_WORKSPACE/charts
working-directory: $GITHUB_WORKSPACE/dev/helm working-directory: ./dev/helm
- name: Generate Index - name: Generate Index
run: | run: |
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment