Skip to content

Commit

Permalink
edit path
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelVrolijk committed Feb 6, 2024
1 parent 397b6b2 commit da66f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-helm-chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:

- name: Package Helm Chart
run: |
helm package .
mv *.tgz $GITHUB_WORKSPACE
helm package open-dora-helm-chart/.
mv open-dora-helm-chart/*.tgz $GITHUB_WORKSPACE
- name: Publish to GitHub Packages
run: |
Expand Down

0 comments on commit da66f10

Please sign in to comment.