File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ archives:
20
20
files :
21
21
- LICENSE.md
22
22
- plugin.yaml
23
- format : zip
23
+ format : tar.gz
24
24
25
25
checksum :
26
26
name_template : ' checksums.txt'
Original file line number Diff line number Diff line change @@ -13,5 +13,8 @@ version=0.1.6
13
13
# variant=Linux_i386
14
14
# variant=Darwin_x86_64
15
15
# 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
17
20
```
You can’t perform that action at this time.
0 commit comments