Skip to content

Commit

Permalink
misc: update helm.yml action (#4628)
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Oct 24, 2021
1 parent 6d47983 commit df15ca1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit df15ca1

Please sign in to comment.