Skip to content

Commit a316f10

Browse files
authored
Enable LFS support in checkout actions开始打包
Signed-off-by: 黎泽懿_Aionflux <139693537+lzy98276@users.noreply.github.com>
1 parent 67f1001 commit a316f10

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build-unified.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ jobs:
6464
6565
- name: 检出仓库
6666
uses: actions/checkout@v4.2.2
67+
with:
68+
lfs: true
69+
6770

6871
- name: 缓存依赖
6972
uses: actions/cache@v4
@@ -265,6 +268,8 @@ jobs:
265268
uses: actions/checkout@v4.2.2
266269
with:
267270
fetch-depth: 0
271+
lfs: true
272+
268273

269274
- name: 准备发布
270275
run: |

0 commit comments

Comments
 (0)