Typo in README (#88)

GitHub Action example YAML -> include-templates description
This commit is contained in:
SakulFlee 2024-12-17 20:45:53 +01:00 committed by GitHub
parent 46198e5e97
commit 34950cd8ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,7 @@ jobs:
version: 4.0.0-beta16 # also valid: 4.0.0.rc1 or 4.0.0, etc
# Use .NET-enabled version of Godot (the default is also true).
use-dotnet: true
# Include the Godot Export Templtes (the default is false).
# Include the Godot Export Templates (the default is false).
include-templates: true
- name: 🔬 Verify Setup