Skip to content

Commit 97fe1d1

Browse files
committed
update github actions
1 parent 6a38113 commit 97fe1d1

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,16 @@ on:
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

1416
jobs:
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

.github/workflows/create-release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,7 @@ jobs:
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+

0 commit comments

Comments
 (0)