Skip to content

Build spine-godot GDExtension (All Godot 4.x versions) #5

Build spine-godot GDExtension (All Godot 4.x versions)

Build spine-godot GDExtension (All Godot 4.x versions) #5

name: Build spine-godot GDExtension (All Godot 4.x versions)
on:
push:
paths:
- ".github/workflows/spine-godot.yml"
- 'spine-godot/**'
- 'spine-cpp/**'
workflow_dispatch:
jobs:
build-versions:
strategy:
matrix:
version:
[
{"tag": "4.3-stable", "version": "4.3.stable", "dev": false},
{"tag": "4.2.2-stable", "version": "4.2.2.stable", "dev": false},
]
uses: ./.github/workflows/spine-godot-extension-v4.yml

Check failure on line 20 in .github/workflows/spine-godot-extension-v4-all.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/spine-godot-extension-v4-all.yml

Invalid workflow file

error parsing called workflow ".github/workflows/spine-godot-extension-v4-all.yml" -> "./.github/workflows/spine-godot-extension-v4.yml" (source branch with sha:f1d9dd25c117bb5dd4225aa6f35bc61253e30189) : You have an error in your yaml syntax on line 79
with:
godot_tag: ${{ matrix.version.tag }}
godot_version: ${{ matrix.version.version }}
dev: ${{ matrix.version.dev }}
secrets: inherit