Skip to content

Commit 9aee443

Browse files
committed
fixing tarball name
1 parent 34b49e7 commit 9aee443

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ upx:
1717
- enabled: true
1818
ids: ["helm-values"]
1919

20-
dist: ./dist/values
20+
dist: ./dist/helm-values
2121

2222
builds:
2323
- id: helm-values

taskfile.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ tasks:
1010
desc: Build release artifacts
1111
cmds:
1212
- goreleaser build --clean
13-
- cp ./plugin.yaml ./dist/values/.
14-
- helm plugin package -d ./dist/ ./dist/values/. --sign=false
13+
- cp ./plugin.yaml ./dist/helm-values/.
14+
- helm plugin package -d ./dist/ ./dist/helm-values/. --sign=false
1515

1616
test:
1717
desc: Run unit tests

0 commit comments

Comments
 (0)