From 7be967ef42be59611dc1fdba873c0b028fc717d7 Mon Sep 17 00:00:00 2001 From: ryanmayeda Date: Fri, 2 Aug 2024 19:53:54 -0700 Subject: [PATCH] Update tk-unreal Version and Name Template Filtering - Update tk-unreal to v1.3.1 - Allow underscores on the {name} template for publish from Unreal --- core/templates.yml | 2 +- env/includes/unreal/tk-unreal-location.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/templates.yml b/core/templates.yml index 7db8db6..9a58244 100644 --- a/core/templates.yml +++ b/core/templates.yml @@ -39,7 +39,7 @@ keys: type: str name: type: str - filter_by: alphanumeric + filter_by: "^[A-Za-z0-9_]+$" iteration: type: int version: diff --git a/env/includes/unreal/tk-unreal-location.yml b/env/includes/unreal/tk-unreal-location.yml index c9f719d..f7b89e7 100644 --- a/env/includes/unreal/tk-unreal-location.yml +++ b/env/includes/unreal/tk-unreal-location.yml @@ -5,7 +5,7 @@ tk-unreal.location: - version: v1.3.0 + version: v1.3.1 type: github_release organization: ue4plugins repository: tk-unreal