Update readme about optional templates.

This commit is contained in:
Will Jordan 2024-03-21 09:04:32 +01:00
parent 8ef2633da9
commit e593ccd838

View File

@ -5,7 +5,7 @@
Setup Godot for use with (or without) .NET on macOS, Windows, and Linux CI/CD runners. Setup Godot for use with (or without) .NET on macOS, Windows, and Linux CI/CD runners.
- ✅ Installs Godot 4.x - ✅ Installs Godot 4.x
- ✅ Installs export templates. - ✅ Optionally installs export templates.
- ✅ C# supported using .NET version of Godot. - ✅ C# supported using .NET version of Godot.
- ✅ Versions **without** .NET are also supported. - ✅ Versions **without** .NET are also supported.
- ✅ Installs Godot directly on the CI/CD runner. - ✅ 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 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 .NET-enabled version of Godot (the default is also true).
use-dotnet: true use-dotnet: true
# Include the Godot Export Templtes (the default is false).
include-templates: true
- name: 🔬 Verify Setup - name: 🔬 Verify Setup
run: | run: |