Skip to content

Commit 79ce0fd

Browse files
committed
Update actions to remove excess dlls
1 parent 44d45b0 commit 79ce0fd

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/attachReleaseArtifacts.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,12 @@ jobs:
4040

4141
- name: Build mod solution
4242
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+
4449
- name: Update version file
4550
uses: KSP-RO/BuildTools/update-version-file@master
4651
with:

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545
- name: Build mod solution
4646
run: msbuild /p:Configuration=Release /p:ReferencePath="${{ steps.download-assemblies.outputs.ksp-dll-path }}" ${GITHUB_WORKSPACE}/KerbalKonstructs.sln
4747

48+
- name: Remove excess DLLs
49+
uses: KSP-RO/BuildTools/remove-excess-dlls@master
50+
with:
51+
path: ${GITHUB_WORKSPACE}/GameData/
52+
4853
- name: Build metadata
4954
uses: KSP-RO/BuildTools/update-version-file@master
5055
with:

0 commit comments

Comments
 (0)