Skip to content

Commit 84b7e06

Browse files
committed
ci: Add GitHub Actions workflow for build and release
1 parent 0a0d978 commit 84b7e06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- name: Checkout code
2222
uses: actions/checkout@v4
23+
with:
24+
lfs: true
2325

2426
- name: List files for debugging
2527
run: ls -R

0 commit comments

Comments
 (0)