From 9cef882faf3cd182af49893a50dfc0cfb7ee220f Mon Sep 17 00:00:00 2001 From: Mergul Date: Sat, 9 Jan 2021 15:13:53 +0100 Subject: [PATCH] -change targetName to "ecs" in order to fix CI guild (need to be renamed in CI in future) --- dub.json | 1 + 1 file changed, 1 insertion(+) diff --git a/dub.json b/dub.json index 4eca570..1a99040 100755 --- a/dub.json +++ b/dub.json @@ -1,5 +1,6 @@ { "name": "bubel_ecs", + "targetName" : "ecs", "authors": [ "MichaƂ Masiukiewicz", "Dawid Masiukiewicz" ],