Skip to content

Commit

Permalink
Fix CHART_DIR path (#798)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomac authored May 2, 2024
1 parent a0f85be commit d172352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
CR_PACKAGE_PATH: "${{ github.workspace }}/.cr-release-packages"
CR_TOOL_PATH: "${{ github.workspace }}/.cr-tool"
CR_VERSION: "1.5.0"
CHART_DIR: "${{ github.workspace }}/charts/beyla"
CHART_DIR: "${{ github.workspace }}/source/charts/beyla"

jobs:
setup:
Expand Down

0 comments on commit d172352

Please sign in to comment.