Skip to content

Commit 7be967e

Browse files
committed
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
1 parent e604a4d commit 7be967e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ keys:
3939
type: str
4040
name:
4141
type: str
42-
filter_by: alphanumeric
42+
filter_by: "^[A-Za-z0-9_]+$"
4343
iteration:
4444
type: int
4545
version:

env/includes/unreal/tk-unreal-location.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
tk-unreal.location:
8-
version: v1.3.0
8+
version: v1.3.1
99
type: github_release
1010
organization: ue4plugins
1111
repository: tk-unreal

0 commit comments

Comments
 (0)