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/ 目录下