From 1f210d73ab214385966daeb0e1b92c7bd969bc19 Mon Sep 17 00:00:00 2001 From: Guillaume Berche Date: Mon, 25 Sep 2023 19:33:43 +0200 Subject: [PATCH] Refine actions (fixup) Error: Could not find a release for v7.4.0. Found: bosh-cli-7.4.0-darwin-amd64,bosh-cli-7.4.0-darwin-arm64,bosh-cli-7.4.0-linux-amd64,bosh-cli-7.4.0-linux-arm64,bosh-cli-7.4.0-windows-amd64.exe --- .github/workflows/on-commits.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/on-commits.yml b/.github/workflows/on-commits.yml index e6704dfb..6151107b 100644 --- a/.github/workflows/on-commits.yml +++ b/.github/workflows/on-commits.yml @@ -19,6 +19,12 @@ jobs: with: repo: cloudfoundry/bosh-cli tag: v7.4.0 + cache: enable + extension-matching: disable + chmod: 0755 + + # searching for bosh-cli-7.4.0-linux-amd64 with (linux|x86_64|x64|amd64).*(linux|x86_64|x64|amd64).*.(tar.gz|zip) + # bosh-cli-7.4.0-linux-amd64 - name: Install vendir cli #See https://github.com/marketplace/actions/install-a-binary-from-github-releases @@ -26,6 +32,7 @@ jobs: with: repo: carvel-dev/vendir tag: v0.34.6 + cache: enable - name: Install yq cli #See https://github.com/marketplace/actions/install-a-binary-from-github-releases @@ -33,6 +40,7 @@ jobs: with: repo: mikefarah/yq tag: v4.34.2 + cache: enable - name: vendor-add-blob env: