Skip to content

Commit 247facd

Browse files
committed
We do have to wrap files in the diff dir. See #480 (comment)
1 parent 6ab9a0b commit 247facd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.goreleaser.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# To test this manually, run:
2+
# go install github.com/goreleaser/goreleaser@latest
3+
# goreleaser --snapshot --clean
4+
# for f in dist/helm-diff*.tgz; do echo Testing $f...; tar tzvf $f; done
15
project_name: helm-diff
26
builds:
37
- id: default
@@ -24,6 +28,7 @@ archives:
2428
- default
2529
format: tgz
2630
name_template: '{{ .ProjectName }}-{{ if eq .Os "darwin" }}macos{{ else }}{{ .Os }}{{ end }}-{{ .Arch }}'
31+
wrap_in_directory: diff
2732
files:
2833
- README.md
2934
- plugin.yaml

0 commit comments

Comments
 (0)