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 type: exec
name: Windows name: Windows
platform:
os: windows
arch: amd64
steps: steps:
- name: Build Windows Binary - name: Build Windows Binary
commands: commands:
- flutter build windows - flutter build windows
node:
kind: windows