@@ -14,13 +14,12 @@ jobs:
1414 with :
1515 submodules : true
1616 sparse-checkout : |
17- 'Bin2Object'
18- 'VersionedSerialization'
19- 'VersionedSerialization.Generator'
20- 'Il2CppInspector.Common'
21- 'Il2CppInspector.Redux.FrontendCore'
22- 'Il2CppInspector.Redux.GUI'
23- 'Il2CppInspector.Redux.GUI.UI'
17+ VersionedSerialization
18+ VersionedSerialization.Generator
19+ Il2CppInspector.Common
20+ Il2CppInspector.Redux.FrontendCore
21+ Il2CppInspector.Redux.GUI
22+ Il2CppInspector.Redux.GUI.UI
2423
2524 - name : Setup .NET SDK
2625 uses : actions/setup-dotnet@v4
@@ -88,12 +87,11 @@ jobs:
8887 with :
8988 submodules : true
9089 sparse-checkout : |
91- 'Bin2Object'
92- 'VersionedSerialization'
93- 'VersionedSerialization.Generator'
94- 'Il2CppInspector.Common'
95- 'Il2CppInspector.Redux.FrontendCore'
96- 'Il2CppInspector.Redux.CLI'
90+ VersionedSerialization
91+ VersionedSerialization.Generator
92+ Il2CppInspector.Common
93+ Il2CppInspector.Redux.FrontendCore
94+ Il2CppInspector.Redux.CLI
9795
9896 - name : Setup .NET SDK ${{ matrix.dotnet-version }}
9997 uses : actions/setup-dotnet@v4
@@ -128,11 +126,10 @@ jobs:
128126 with :
129127 submodules : true
130128 sparse-checkout : |
131- 'Bin2Object'
132- 'VersionedSerialization'
133- 'VersionedSerialization.Generator'
134- 'Il2CppInspector.Common'
135- 'Il2CppInspector.GUI'
129+ VersionedSerialization
130+ VersionedSerialization.Generator
131+ Il2CppInspector.Common
132+ Il2CppInspector.GUI
136133
137134 - name : Setup .NET SDK
138135 uses : actions/setup-dotnet@v4
@@ -170,11 +167,10 @@ jobs:
170167 with :
171168 submodules : true
172169 sparse-checkout : |
173- 'Bin2Object'
174- 'VersionedSerialization'
175- 'VersionedSerialization.Generator'
176- 'Il2CppInspector.Common'
177- 'Il2CppInspector.CLI'
170+ VersionedSerialization
171+ VersionedSerialization.Generator
172+ Il2CppInspector.Common
173+ Il2CppInspector.CLI
178174
179175 - name : Setup .NET SDK ${{ matrix.dotnet-version }}
180176 uses : actions/setup-dotnet@v4
0 commit comments