Skip to content

Commit 2b95793

Browse files
author
Controllerdestiny
committed
fix
1 parent bb7c8a5 commit 2b95793

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
@@ -39,6 +39,7 @@ jobs:
3939
- name: 构建插件
4040
if: github.event_name != 'push' || github.ref != 'refs/heads/master'
4141
run: |
42+
Get-ChildItem -Path src/Submodules/ -Filter "*.sln" -Recurse | ForEach-Object {dotnet build $_.FullName -c Debug}
4243
dotnet build Plugin.sln -c Debug
4344
4445
- name: 构建插件

0 commit comments

Comments
 (0)