Skip to content

Commit 9fc18ec

Browse files
committed
ci: fix deploy
1 parent ea40b0b commit 9fc18ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
id: "kubectl"
9999
uses: andstor/file-existence-action@v3
100100
with:
101-
files: /usr/local/bin/kubectl
101+
files: /tmp/kubectl
102102

103103
- name: Download kubectl
104104
if: steps.kubectl.outputs.files_exists != 'true'

0 commit comments

Comments
 (0)