Skip to content

fixed window workflow path #4

fixed window workflow path

fixed window workflow path #4

Workflow file for this run

name: ZEngine Window Build
on: workflow_call
jobs:
cmake-build:
strategy:
matrix:
buildConfiguration: [Debug, Release]
uses: .github/workflows/templates/job-cmakebuild-windows.yml

Check failure on line 10 in .github/workflows/windows-build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/windows-build.yml

Invalid workflow file

invalid value workflow reference: no version specified
with:
configuration: ${{matrix.buildConfiguration}}
test:
needs: cmake-build
strategy:
matrix:
testConfiguration: [Debug, Release]
uses: .github/workflows/templates/job-test-windows.yml
with:
configuration: ${{matrix.testConfiguration}}
deploy:
needs: test
uses: .github/workflows/templates/job-deploy-windows.yml