Skip to content

Commit 60121bf

Browse files
committed
fix: call appropriate script in CI GH action
Signed-off-by: Matej Vašek <[email protected]>
1 parent 6dc929c commit 60121bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- uses: actions/checkout@v3
7777
- uses: ./.github/composite/go-setup
7878
- name: Install Binaries
79-
run: ./hack/binaries.sh
79+
run: ./hack/install-binaries.sh
8080
- name: Allocate Cluster
8181
run: ./hack/allocate.sh
8282
- name: Local Registry
@@ -102,7 +102,7 @@ jobs:
102102
- uses: ./.github/composite/go-setup
103103
- uses: imjasonh/[email protected]
104104
- name: Install Binaries
105-
run: ./hack/binaries.sh
105+
run: ./hack/install-binaries.sh
106106
- name: Allocate Cluster
107107
run: ./hack/allocate.sh
108108
- name: Setup testing images

0 commit comments

Comments
 (0)