Skip to content

Commit 0874870

Browse files
committed
Fix publish CI workflow to account for LFS
1 parent 382b70a commit 0874870

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
steps:
1111
- name: Checkout package
1212
uses: actions/checkout@v3
13+
with:
14+
lfs: true
1315
- name: Setup .NET
1416
uses: actions/setup-dotnet@v3
1517
with:

0 commit comments

Comments
 (0)