From 8abbbf2ae23129bac3924ec0c7671048d2116b64 Mon Sep 17 00:00:00 2001 From: Ankit Jangwan Date: Sun, 1 Feb 2026 01:21:09 +0530 Subject: [PATCH] fixing build issue for windows --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c350359..20ee4cd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,6 +16,7 @@ on: jobs: build: strategy: + fail-fast: false matrix: os: [ubuntu-latest, windows-latest, macos-latest] include: @@ -52,6 +53,8 @@ jobs: - name: Build executable run: python build.py --mode web --onefile --clean + env: + PYTHONIOENCODING: utf-8 - name: Rename artifact (Linux/macOS) if: runner.os != 'Windows'