Skip to content

Commit

Permalink
fixed file names
Browse files Browse the repository at this point in the history
  • Loading branch information
mariomac committed Apr 24, 2024
1 parent e16e59d commit b55766a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/helm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Release Helm chart
on:
workflow_dispatch:
env:
CR_CONFIGFILE: "${{ github.workspace }}/source/.github/configs/cr.yaml"
CT_CONFIGFILE: "${{ github.workspace }}/source/.github/configs/ct.yaml"
CR_CONFIGFILE: "${{ github.workspace }}/source/.github/configs/cr.yml"
CT_CONFIGFILE: "${{ github.workspace }}/source/.github/configs/ct.yml"
CR_INDEX_PATH: "${{ github.workspace }}/.cr-index"
CR_PACKAGE_PATH: "${{ github.workspace }}/.cr-release-packages"
CR_TOOL_PATH: "${{ github.workspace }}/.cr-tool"
Expand Down

0 comments on commit b55766a

Please sign in to comment.