Skip to content

Commit 4160dfc

Browse files
authored
build action: remove env vars since they can't be used by PRs
1 parent fb88b46 commit 4160dfc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ on:
55
branches: [ "develop" ]
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-
artifacts: ${{ vars.BUILD_ARTIFACTS }}
20+
artifacts: Resources/GameData LICENSE* README* CHANGELOG*

0 commit comments

Comments
 (0)