From ca630c8d64dc9381bc503f661389096fe5c2058c Mon Sep 17 00:00:00 2001 From: Yakumo Hokori Date: Fri, 10 Apr 2026 01:30:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E6=8F=90=E4=BA=A4=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/22.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/22.yml b/.github/workflows/22.yml index 97471b0..fd298d6 100644 --- a/.github/workflows/22.yml +++ b/.github/workflows/22.yml @@ -32,7 +32,7 @@ jobs: run: cargo build --release --target x86_64-unknown-linux-gnu # 可执行文件会位于 target/x86_64-unknown-linux-gnu/release/ 目录下 - - name: 为 Windows 编译 (release) + - name: 为 Windows 编译 (release ) run: cargo build --release --target x86_64-pc-windows-gnu # 可执行文件会位于 target/x86_64-pc-windows-gnu/release/ 目录下