Skip to content

Commit 9d40a55

Browse files
committed
chore: adjust validate download artifact
1 parent 92b9934 commit 9d40a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yaml

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

2121
- name: Install helm-docs
2222
run: |
23-
wget -O /tmp/helm-docs.deb https://github.com/norwoodj/helm-docs/releases/download/v1.14.2/helm-docs_1.14.2_Linux_arm64.deb
23+
wget -O /tmp/helm-docs.deb https://github.com/norwoodj/helm-docs/releases/download/v1.14.2/helm-docs_1.14.2_Linux_amd64.deb
2424
sudo dpkg -i /tmp/helm-docs.deb
2525
2626
- name: Run helm lint

0 commit comments

Comments
 (0)