fix git lfs
Explore-Gitea-Actions Details

This commit is contained in:
a601287411 2023-03-29 20:32:59 +08:00
parent 4e35ee577b
commit 9eac241392
1 changed files with 5 additions and 2 deletions

View File

@ -14,8 +14,11 @@ jobs:
- name: Check out repository code
uses: actions/checkout@v3
-
name: Git LFS
run: echo "TODO git lfs"
name: Setup Git LFS
run: |
git lfs install
git lfs fetch
git lfs checkout
- name: List files in the repository
run: |
ls ${{ github.workspace }}