Skip to content

Commit

Permalink
enable Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
3003h committed Mar 25, 2024
1 parent bbcb5a0 commit 4efc7ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4efc7ad

Please sign in to comment.