add windows target

pull/114/head
Alya Sirko 2022-09-16 03:00:07 +03:00
parent d09251180a
commit 595c758021
1 changed files with 4 additions and 3 deletions

View File

@ -178,10 +178,11 @@ kind: pipeline
type: exec
name: Windows
platform:
os: windows
arch: amd64
steps:
- name: Build Windows Binary
commands:
- flutter build windows
node:
kind: windows