We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d68cf2 commit 36e1927Copy full SHA for 36e1927
.github/workflows/ci.yaml
@@ -85,7 +85,7 @@ jobs:
85
86
export PATH="$(realpath bin):$PATH"
87
88
- godot--version || true
+ godot --version || true
89
ninja --version
90
91
echo "::set-output name=GODOT_VERSION::$(godot --version | grep -oP '^\d+\.\d+(\.\d+)?\.\w+')"
0 commit comments