We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae3ee79 commit 8225bfaCopy full SHA for 8225bfa
.github/workflows/release.yml
@@ -15,6 +15,8 @@ jobs:
15
rid: [win-x64, win-arm64, linux-x64, linux-arm64, osx-x64, osx-arm64]
16
steps:
17
- uses: actions/checkout@v4
18
+ with:
19
+ submodules: recursive
20
21
- uses: actions/setup-dotnet@v4
22
with:
0 commit comments