mirror of
https://github.com/chaitin/MonkeyCode.git
synced 2026-02-01 22:33:30 +08:00
feat: ci 增加 lfs
This commit is contained in:
10
.github/workflows/backend-ci-cd.yml
vendored
10
.github/workflows/backend-ci-cd.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user