From fc0b1ca6c94c9bf26168c1f56c71590aa5988ad2 Mon Sep 17 00:00:00 2001 From: IMDelewer Date: Thu, 19 Mar 2026 19:09:42 +0000 Subject: [PATCH] ci: fix typo (32bin to 32bit) --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5b33ec7..e974a2c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -358,13 +358,13 @@ jobs: name: TgWsProxy path: dist - - name: Download Win7 build + - name: Download Win7 build uses: actions/download-artifact@v4 with: name: TgWsProxy-win7 path: dist - - name: Download Win7 (32bin) build + - name: Download Win7 (32bit) build uses: actions/download-artifact@v4 with: name: TgWsProxy-win7-32bit