mirror of
https://github.com/chickensoft-games/setup-godot.git
synced 2025-08-14 12:55:08 +00:00
Update readme about optional templates.
This commit is contained in:
parent
8ef2633da9
commit
e593ccd838
@ -5,7 +5,7 @@
|
||||
Setup Godot for use with (or without) .NET on macOS, Windows, and Linux CI/CD runners.
|
||||
|
||||
- ✅ Installs Godot 4.x
|
||||
- ✅ Installs export templates.
|
||||
- ✅ Optionally installs export templates.
|
||||
- ✅ C# supported using .NET version of Godot.
|
||||
- ✅ Versions **without** .NET are also supported.
|
||||
- ✅ Installs Godot directly on the CI/CD runner.
|
||||
@ -63,6 +63,8 @@ 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-templates: true
|
||||
|
||||
- name: 🔬 Verify Setup
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user