Skip to content

Commit 6726a06

Browse files
committed
revert to tar.gz archives
1 parent 05f381b commit 6726a06

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ archives:
2020
files:
2121
- LICENSE.md
2222
- plugin.yaml
23-
format: zip
23+
format: tar.gz
2424

2525
checksum:
2626
name_template: 'checksums.txt'

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,8 @@ version=0.1.6
1313
#variant=Linux_i386
1414
#variant=Darwin_x86_64
1515
#variant=Darwin_i386
16-
helm plugin install https://github.com/random-dwi/helm-doc/releases/download/${version}/helm-doc_${version}_${variant}.zip
16+
helm plugin install https://github.com/random-dwi/helm-doc/releases/download/${version}/helm-doc_${version}_${variant}.tar.gz
17+
18+
# workaround to fix file permissions
19+
find `helm home` -name helm-doc | xargs -L1 chmod +x
1720
```

0 commit comments

Comments
 (0)