Skip to content

Commit 6cbc049

Browse files
committed
fix: release script
1 parent 0168e40 commit 6cbc049

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,10 @@ jobs:
3737
3838
- name: Build and publish.
3939
run: |
40-
helm package ./ -d ./charts
40+
helm package ./ -d ./new-charts
41+
ls -al
42+
ls ..
43+
mv new-charts/.*tgz ./charts/
4144
helm repo index --url https://abarrak.github.io/rclone-helm ./
4245
LATEST_TAG=$(git describe --tags `git rev-list --tags --max-count=1`)
4346
git add .

0 commit comments

Comments
 (0)