From 4efc7ad1e152b696dd44de16f59b2ccd42e20583 Mon Sep 17 00:00:00 2001 From: 3003h Date: Mon, 25 Mar 2024 22:27:56 +0800 Subject: [PATCH] enable Windows build --- .github/workflows/release.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe0705dec..810d947bc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,12 +53,12 @@ jobs: flutter_channel: stable artifact_name: release-mac artifact_path: build/macos/Eros-FE*.zip -# - target: windows -# os: windows-latest -# flutter_version: "3.x" -# flutter_channel: stable -# artifact_name: release-windows -# artifact_path: build/windows/Eros-FE*.zip + - target: windows + os: windows-latest + flutter_version: "3.x" + flutter_channel: stable + artifact_name: release-windows + artifact_path: build/windows/Eros-FE*.zip runs-on: ${{ matrix.os }} steps: