Skip to content

Commit

Permalink
build action: remove env vars since they can't be used by PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyOThan authored Feb 1, 2025
1 parent fb88b46 commit 4160dfc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@ on:
branches: [ "develop" ]
paths:
- '**/*.cs'
- '**/*.csproj'
pull_request:
paths:
- '**/*.cs'
- '**/*.csproj'
workflow_dispatch:
workflow_call:

jobs:
build:
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/build.yml@main
with:
artifacts: ${{ vars.BUILD_ARTIFACTS }}
artifacts: Resources/GameData LICENSE* README* CHANGELOG*

0 comments on commit 4160dfc

Please sign in to comment.