Skip to content

Commit

Permalink
Update actions to strip excess dlls
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed Nov 7, 2023
1 parent 620634a commit ce65940
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/attachReleaseArtifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ jobs:
msbuild /p:Configuration=Release /p:ReferencePath="${{ steps.download-assemblies.outputs.ksp-dll-path }}" ${GITHUB_WORKSPACE}/Source/RealSolarSystem.sln
cp -v ${GITHUB_WORKSPACE}/Source/obj/Release/RealSolarSystem.dll ${GITHUB_WORKSPACE}/GameData/RealSolarSystem/Plugins/RealSolarSystem.dll
- name: Remove excess DLLs
uses: KSP-RO/BuildTools/remove-excess-dlls@master
with:
path: ${GITHUB_WORKSPACE}/GameData/

- name: Setup python
uses: actions/setup-python@v2
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ jobs:
msbuild /p:Configuration=Release /p:ReferencePath="${{ steps.download-assemblies.outputs.ksp-dll-path }}" ${GITHUB_WORKSPACE}/Source/RealSolarSystem.sln
cp -v ${GITHUB_WORKSPACE}/Source/obj/Release/RealSolarSystem.dll ${GITHUB_WORKSPACE}/GameData/RealSolarSystem/Plugins/RealSolarSystem.dll
- name: Remove excess DLLs
uses: KSP-RO/BuildTools/remove-excess-dlls@master
with:
path: ${GITHUB_WORKSPACE}/GameData/

- name: Setup python
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit ce65940

Please sign in to comment.