Skip to content

Commit 8dd79fc

Browse files
committed
Fix dir reference
1 parent 5454a22 commit 8dd79fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,11 @@ jobs:
3838
run: |
3939
git fetch origin gh-pages
4040
git worktree add gh-pages origin/gh-pages
41-
cp packaged/*.tgz gh-pages/
41+
cp .cr-release-packageskaged/*.tgz gh-pages/
4242
helm repo index gh-pages --merge gh-pages/index.yaml
4343
cd gh-pages
4444
git add .
4545
git commit -m "Add Helm chart for $GITHUB_REF_NAME"
4646
git push origin gh-pages
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49-

0 commit comments

Comments
 (0)