feat: ci 增加 lfs

This commit is contained in:
yokowu
2025-07-17 20:27:04 +08:00
parent 79c451ac46
commit 5c9db71d51

View File

@@ -70,6 +70,16 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
lfs: true
- name: Cache Git LFS
uses: actions/cache@v4
with:
path: .git/lfs
key: ${{ runner.os }}-git-lfs-${{ hashFiles('.gitattributes') }}
restore-keys: |
${{ runner.os }}-git-lfs-
- name: Get version
id: get_version