Skip to content

Commit f08765b

Browse files
authored
Update build.yml
1 parent 27537c2 commit f08765b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ on:
55
branches: [ "main" ]
66
paths:
77
- '**/*.cs'
8+
- '**/*.csproj'
9+
- '**/*.props'
810
pull_request:
911
paths:
1012
- '**/*.cs'
13+
- '**/*.csproj'
14+
- '**/*.props'
1115
workflow_dispatch:
1216
workflow_call:
1317

1418
jobs:
1519
build:
1620
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/build.yml@main
17-
with:
18-
ksp-zip-url: https://github.com/KSPModdingLibs/KSPLibs/raw/main/KSP-1.12.5.zip
19-
secrets:
20-
ksp-zip-password: ${{ secrets.KSP_ZIP_PASSWORD }}

0 commit comments

Comments
 (0)