Skip to content

build

build #3

Workflow file for this run

name: build
on:
push:
branches: [ "develop" ]
paths:
- '**/*.cs'
pull_request:
paths:
- '**/*.cs'
workflow_dispatch:
workflow_call:
jobs:
build:
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/build.yml@main
environment: ${{ vars.SOLUTION_FILE_PATH }}

Check failure on line 17 in .github/workflows/build.yml

View workflow run for this annotation

GitHub Actions / build

Invalid workflow file

The workflow is not valid. .github/workflows/build.yml (Line: 17, Col: 5): Unexpected value 'environment'
with:
ksp-zip-url: https://github.com/KSPModdingLibs/KSPLibs/raw/main/KSP-1.12.5.zip