Skip to content

Commit 4cab94a

Browse files
Use LFS in CI git checkout
This patch makes the `actions/checkout` use Git LFS for checking out the PNG icon and adding it to the artifact.
1 parent 11812f9 commit 4cab94a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
with:
2222
submodules: recursive
23+
lfs: true
2324
- name: Setup node 20.x
2425
uses: actions/setup-node@v3
2526
with:

0 commit comments

Comments
 (0)