Browse Source

misc: update helm.yml action (#4628)

pull/4629/head
Nicolas Giard 3 years ago
committed by GitHub
parent
commit
df15ca1fcf
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions
  1. 3
      .github/workflows/helm.yml

3
.github/workflows/helm.yml

@ -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…
Cancel
Save