From 33675f69d1276af70fef1b57be5e757ab45523d4 Mon Sep 17 00:00:00 2001 From: Leafd Date: Fri, 3 Oct 2025 14:46:28 -0400 Subject: [PATCH] chore(ci): enable lfs support --- .github/workflows/release.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3486bdf..6c57299 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -45,6 +45,8 @@ jobs: runs-on: '${{ matrix.platform }}' steps: - uses: actions/checkout@v4 + with: + lfs: true - name: Rust setup (mac) if: 'startsWith(matrix.platform, ''macos'')' uses: dtolnay/rust-toolchain@stable @@ -187,6 +189,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + lfs: true - name: Get version from manifest id: get_version run: |