Skip to content

Commit

Permalink
Fix CI excess DLL removing
Browse files Browse the repository at this point in the history
  • Loading branch information
siimav committed Oct 11, 2024
1 parent d52018c commit b2d1fd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/attachReleaseArtifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Remove excess DLLs
uses: KSP-RO/BuildTools/remove-excess-dlls@master
with:
path: ${GITHUB_WORKSPACE}/GameData/
path: ${GITHUB_WORKSPACE}/RealFuels/

- name: Update version file
uses: KSP-RO/BuildTools/update-version-file@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Remove excess DLLs
uses: KSP-RO/BuildTools/remove-excess-dlls@master
with:
path: ${GITHUB_WORKSPACE}/GameData/
path: ${GITHUB_WORKSPACE}/RealFuels/

- name: Build metadata
uses: KSP-RO/BuildTools/update-version-file@master
Expand Down

0 comments on commit b2d1fd5

Please sign in to comment.