From ef5e433ccd0e6c02ad1e6222af98e0f3b70294b2 Mon Sep 17 00:00:00 2001 From: Inex Code Date: Thu, 8 Feb 2024 15:29:27 +0300 Subject: [PATCH] ci: Update Windows build --- .github/workflows/windows.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index c52968cd..452771bb 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -1,6 +1,9 @@ name: Windows Builder -on: tag +on: + push: + tags: + - '*.*.*' jobs: build-windows: @@ -14,7 +17,7 @@ jobs: # Install Flutter - uses: subosito/flutter-action@v2 with: - flutter-version: '3.3.10' + flutter-version: '3.16.1' channel: 'stable' # Build Windows artifact