We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd79fc commit 706263bCopy full SHA for 706263b
.github/workflows/release.yaml
@@ -38,7 +38,7 @@ jobs:
38
run: |
39
git fetch origin gh-pages
40
git worktree add gh-pages origin/gh-pages
41
- cp .cr-release-packageskaged/*.tgz gh-pages/
+ cp .cr-release-packages/*.tgz gh-pages/
42
helm repo index gh-pages --merge gh-pages/index.yaml
43
cd gh-pages
44
git add .
0 commit comments