Skip to content

Commit 706263b

Browse files
committed
Fix dir reference
1 parent 8dd79fc commit 706263b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: |
3939
git fetch origin gh-pages
4040
git worktree add gh-pages origin/gh-pages
41-
cp .cr-release-packageskaged/*.tgz gh-pages/
41+
cp .cr-release-packages/*.tgz gh-pages/
4242
helm repo index gh-pages --merge gh-pages/index.yaml
4343
cd gh-pages
4444
git add .

0 commit comments

Comments
 (0)