Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Refine actions (fixup)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gberche-orange committed Sep 25, 2023
1 parent 18830cb commit 1f210d7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/on-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,28 @@ 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
uses: jaxxstorm/[email protected]
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
uses: jaxxstorm/[email protected]
with:
repo: mikefarah/yq
tag: v4.34.2
cache: enable

- name: vendor-add-blob
env:
Expand Down

0 comments on commit 1f210d7

Please sign in to comment.