Skip to content

Commit

Permalink
check sha1
Browse files Browse the repository at this point in the history
  • Loading branch information
jriguera committed Mar 22, 2024
1 parent e72eaac commit 8ac401a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-final-boshrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ jobs:
# git lfs update --manual
# git lfs checkout
- name: Install Bosh cli
- name: Install Bosh cli and other dependencies
run: |
mkdir -p .bin
wget https://github.com/cloudfoundry/bosh-cli/releases/download/v${BOSH_CLI_VERSION}/bosh-cli-${BOSH_CLI_VERSION}-linux-amd64 -O .bin/bosh
chmod a+x .bin/bosh
openssl sha1 .bin/bosh
echo "$GITHUB_WORKSPACE/.bin" >> $GITHUB_PATH
- name: Create final bosh release
Expand Down

0 comments on commit 8ac401a

Please sign in to comment.