From 4ff7d6c8490e25859e220414a435eafc02ba4eef Mon Sep 17 00:00:00 2001 From: Glenn <5834289+glennawatson@users.noreply.github.com> Date: Sun, 31 Oct 2021 16:18:16 +1100 Subject: [PATCH] housekeeping: Enable LFS for release --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5467c02a16..a3bdbad110 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,6 +37,7 @@ jobs: uses: actions/checkout@v2 with: fetch-depth: 0 + lfs: true - name: Install .NET Core uses: actions/setup-dotnet@v1.8.2