Skip to content

Commit 632d5e4

Browse files
committed
Fix workflow
1 parent 03dfc9c commit 632d5e4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v4
15+
with:
16+
submodules: recursive
17+
fetch-depth: 0
1518

1619
- name: Set up MSBuild
1720
uses: microsoft/setup-msbuild@v2

0 commit comments

Comments
 (0)