Skip to content

Commit

Permalink
chore: enable git-lfs in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFlurry committed Feb 1, 2025
1 parent bcebac3 commit 029bd95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ jobs:
image: rust:1.82.0
steps:
- uses: actions/checkout@v4
with:
lfs: 'true'

- name: Build
env:
Expand Down Expand Up @@ -214,6 +216,8 @@ jobs:
uses: douglascamata/setup-docker-macos-action@v1-alpha

- uses: actions/checkout@v4
with:
lfs: 'true'

- name: Set outputs
id: vars
Expand Down Expand Up @@ -327,6 +331,8 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
lfs: 'true'

- uses: ./.github/actions/docker-setup
with:
Expand Down

0 comments on commit 029bd95

Please sign in to comment.