Skip to content

Commit 8153171

Browse files
authored
fix: correct helm-docs download filename to Linux_x86_64 (#60)
Fixes the helm-docs install step in the Update Reference Docs workflow. The download URL used `linux_amd64` but the actual release asset is named `Linux_x86_64`.
1 parent da2d265 commit 8153171

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-cli-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Install helm-docs
6969
run: |
70-
curl -sL https://github.com/norwoodj/helm-docs/releases/download/v1.14.2/helm-docs_1.14.2_linux_amd64.deb --output helm-docs.deb
70+
curl -sL https://github.com/norwoodj/helm-docs/releases/download/v1.14.2/helm-docs_1.14.2_Linux_x86_64.deb --output helm-docs.deb
7171
sudo dpkg -i helm-docs.deb
7272
rm helm-docs.deb
7373

0 commit comments

Comments
 (0)