Skip to content

Commit

Permalink
pass solution file path as an input instead of env var cause those do…
Browse files Browse the repository at this point in the history
…n't work
  • Loading branch information
JonnyOThan authored Aug 4, 2024
1 parent 3d29583 commit e2d0cc8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,8 @@ on:
workflow_dispatch:
workflow_call:

env:
SOLUTION_FILE_PATH: src/kOS.sln

jobs:
build:
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/build.yml@main
with:
ksp-zip-url: https://github.com/KSPModdingLibs/KSPLibs/raw/main/KSP-1.12.5.zip
solution-file-path: ${{ vars.SOLUTION_FILE_PATH }}

0 comments on commit e2d0cc8

Please sign in to comment.