Skip to content

Commit

Permalink
修改 ci, 支持 lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
niuniuland committed Dec 10, 2023
1 parent 8efd024 commit b158a61
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b158a61

Please sign in to comment.