From 06bcef636327ef490609b999b8e5585a4f498bcd Mon Sep 17 00:00:00 2001 From: Ruben Vargas Date: Wed, 13 Apr 2022 19:55:15 -0500 Subject: [PATCH] Fix release action install steps (#1857) Signed-off-by: Ruben Vargas --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bad0bc6af..50f95906c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,10 +19,10 @@ jobs: - uses: actions/checkout@v3 - name: "install kubebuilder" - run: ./hack/install-kubebuilder.sh + run: ./hack/install/install-kubebuilder.sh - name: "install kustomize" - run: ./hack/install-kustomize.sh + run: ./hack/install/install-kustomize.sh - uses: docker/setup-qemu-action@v1.2.0 - uses: docker/setup-buildx-action@v1.6.0