From b158a611f03cb7cb6f86d1ab20422d00b8c81b54 Mon Sep 17 00:00:00 2001 From: zmzimpl Date: Mon, 11 Dec 2023 00:19:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20ci,=20=E6=94=AF=E6=8C=81?= =?UTF-8?q?=20lfs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3dd402e..9b481f0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -31,6 +31,13 @@ jobs: steps: - uses: actions/checkout@v2 # Updated to use the latest stable version + with: + lfs: true # Enable Git LFS + + - name: Set up Git LFS + run: | + git lfs install + git lfs pull - uses: actions/setup-node@v3 with: