Skip to content

Commit

Permalink
Include CraftFiles in Release & CKAN install (#52)
Browse files Browse the repository at this point in the history
- Updated workflows to include the CraftFiles folder in the release zips.
- Updated internal .CKAN to install craft files
  • Loading branch information
SofieBrink authored Nov 8, 2024
1 parent 5d234a3 commit 917454a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ jobs:
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/build.yml@main
with:
solution-file-path: 'Source/BoringCrewServices.sln'
artifacts: GameData CraftFiles LICENSE* README* CHANGELOG*
1 change: 1 addition & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ jobs:
with:
solution-file-path: 'Source/BoringCrewServices.sln'
version-string: ${{ inputs.version-string }}
artifacts: GameData CraftFiles LICENSE* README* CHANGELOG*
6 changes: 6 additions & 0 deletions GameData/BoringCrewServices/BoringCrewServices.ckan
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ author:
- Zorg
- DylanSemrau
- SofieBrink
install:
- find: BoringCrewServices
install_to: GameData
- find: CraftFiles
install_to: Ships
as: VAB
depends:
- name: ModuleManager
- name: B9PartSwitch
Expand Down

0 comments on commit 917454a

Please sign in to comment.