misc: update helm.yml action (#4628)
This commit is contained in:
parent
6d47983c6b
commit
df15ca1fcf
3
.github/workflows/helm.yml
vendored
3
.github/workflows/helm.yml
vendored
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user