Skip to content

Commit e8f84f5

Browse files
authored
Merge pull request #5 from flanksource/configMap-mount
fix: github workflow step for helm update chart repo
2 parents 452c564 + c51aadd commit e8f84f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
- name: Update chart repo
101101
run: |
102102
cd charts
103-
cp ../batch-runner-*.tgz ./
103+
cp ../batchRunner-*.tgz ./
104104
helm repo index --merge index.yaml .
105105
- name: Push changes to chart repo
106106
uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4.16.0

0 commit comments

Comments
 (0)