Skip to content

build

build #22

Workflow file for this run

name: build
on:
push:
branches: [ $default-branch ]
paths:
- '**.cs'
pull_request:
paths:
- '**.cs'
workflow_dispatch:
workflow_call:
jobs:
build:
uses: KSPModdingLibs/KSPBuildTools/.github/workflows/build.yml@main

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

View workflow run for this annotation

GitHub Actions / build

Invalid workflow file

The workflow is not valid. In .github/workflows/build.yml (Line: 16, Col: 11): Error from called workflow KSPModdingLibs/KSPBuildTools/.github/workflows/build.yml@main (Line: 21, Col: 13): Unrecognized named-value: 'env'. Located at position 1 within expression: env.GITHUB_WORKSPACE
secrets:
ksp-zip-password: ${{ secrets.KSP_ZIP_PASSWORD }}