Skip to content

test_deploy

test_deploy #1

Workflow file for this run

name: Multi-Stage Deployment
on:
repository_dispatch:
types: [test_deploy]
concurrency:
group: ci-test_deploy-runner
cancel-in-progress: true
jobs:
mono-glue:
name: Building Mono Glue for Mono Editor Builds
uses: ./.github/workflows/monoglue.yaml
linux:
name: Building Linux Editors
uses: ./.github/workflows/linux-build.yaml

Check failure on line 16 in .github/workflows/full-deploy.yaml

View workflow run for this annotation

GitHub Actions / Multi-Stage Deployment

Invalid workflow file

The workflow is not valid. In .github/workflows/full-deploy.yaml (Line: 16, Col: 11): Error from called workflow blazium-engine/ci_cd/.github/workflows/linux-build.yaml@640e75a2db0f07e74dc05eb0d0f70d2388cafc93 (Line: 27, Col: 19): Unrecognized named-value: 'env'. Located at position 1 within expression: env.GODOT_SDK_LINUX_X86_64 In .github/workflows/full-deploy.yaml (Line: 16, Col: 11): Error from called workflow blazium-engine/ci_cd/.github/workflows/linux-build.yaml@640e75a2db0f07e74dc05eb0d0f70d2388cafc93 (Line: 30, Col: 19): Unrecognized named-value: 'env'. Located at position 1 within expression: env.GODOT_SDK_LINUX_X86_32
with:
MONO: 0
linux-mono:
needs: mono-glue
name: Building Linux Editors/w Mono
uses: ./.github/workflows/linux-build.yaml
with:
MONO: 1