Skip to content

Commit

Permalink
add git lfs package
Browse files Browse the repository at this point in the history
  • Loading branch information
jriguera committed Mar 20, 2024
1 parent 1fb7dfa commit 23f05c0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release-final-boshrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
lfs: true

- name: Checkout LFS blobs
run: git lfs checkout
run: |
apt-get update && apt-get install git-lfs
git lfs checkout
- name: Create final bosh release
id: boshrelease
Expand Down

0 comments on commit 23f05c0

Please sign in to comment.