From bb5d6106e7f33a4a73d2cca267c158b8b83642e0 Mon Sep 17 00:00:00 2001 From: Alya Sirko Date: Fri, 16 Sep 2022 02:33:08 +0300 Subject: [PATCH] add windows target --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7d5cca93..f06ec04a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -179,7 +179,9 @@ type: exec name: Windows steps: - - flutter build windows + name: Build Windows Binary + commands: + - flutter build windows node: server: windows