From 7cb737c4e0070027eea921485532a04d4682a045 Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Mon, 28 Nov 2022 12:11:14 +1100 Subject: [PATCH] Need to install Carvel tools first. --- .github/workflows/build-and-publish-images.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-and-publish-images.yaml b/.github/workflows/build-and-publish-images.yaml index b70e71cd..0fe5da77 100644 --- a/.github/workflows/build-and-publish-images.yaml +++ b/.github/workflows/build-and-publish-images.yaml @@ -331,6 +331,10 @@ jobs: name: educates-darwin-amd64 path: client-programs + - name: Install Carvel tools + shell: bash + run: curl -L https://carvel.dev/install.sh | bash + - name: Publish client programs shell: bash run: |