File tree Expand file tree Collapse file tree 2 files changed +5
-12
lines changed
Expand file tree Collapse file tree 2 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 55 branches : [ main ]
66 paths :
77 - ' **/*.cs'
8+ - ' **/*.csproj'
89 pull_request :
910 paths :
1011 - ' **/*.cs'
12+ - ' **/*.csproj'
1113 workflow_dispatch :
1214 workflow_call :
1315
1416jobs :
1517 build :
1618 uses : KSPModdingLibs/KSPBuildTools/.github/workflows/build.yml@main
1719 with :
18- ksp-zip-url : https://github.com/KSPModdingLibs/KSPLibs/raw/main/KSP-1.12.5.zip
19- dependency-identifiers : |
20- ToolbarController
21- ClickThroughBlocker
22- secrets :
23- ksp-zip-password : ${{ secrets.KSP_ZIP_PASSWORD }}
20+ use-ckan : true
Original file line number Diff line number Diff line change 1111 create-release :
1212 uses : KSPModdingLibs/KSPBuildTools/.github/workflows/create-release.yml@main
1313 with :
14- ksp-zip-url : https://github.com/KSPModdingLibs/KSPLibs/raw/main/KSP-1.12.5.zip
1514 version-string : ${{ inputs.version-string }}
1615 changelog-output-file : GameData/TUFX/TUFXChangelog.cfg
17- dependency-identifiers : |
18- ToolbarController
19- ClickThroughBlocker
20- secrets :
21- ksp-zip-password : ${{ secrets.KSP_ZIP_PASSWORD }}
16+ use-ckan : true
17+
You can’t perform that action at this time.
0 commit comments