File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 40
40
41
41
- name : Build mod solution
42
42
run : msbuild /p:Configuration=Release /p:ReferencePath="${{ steps.download-assemblies.outputs.ksp-dll-path }}" ${GITHUB_WORKSPACE}/KerbalKonstructs.sln
43
-
43
+
44
+ - name : Remove excess DLLs
45
+ uses : KSP-RO/BuildTools/remove-excess-dlls@master
46
+ with :
47
+ path : ${GITHUB_WORKSPACE}/GameData/
48
+
44
49
- name : Update version file
45
50
uses : KSP-RO/BuildTools/update-version-file@master
46
51
with :
Original file line number Diff line number Diff line change 45
45
- name : Build mod solution
46
46
run : msbuild /p:Configuration=Release /p:ReferencePath="${{ steps.download-assemblies.outputs.ksp-dll-path }}" ${GITHUB_WORKSPACE}/KerbalKonstructs.sln
47
47
48
+ - name : Remove excess DLLs
49
+ uses : KSP-RO/BuildTools/remove-excess-dlls@master
50
+ with :
51
+ path : ${GITHUB_WORKSPACE}/GameData/
52
+
48
53
- name : Build metadata
49
54
uses : KSP-RO/BuildTools/update-version-file@master
50
55
with :
You can’t perform that action at this time.
0 commit comments