重新提交用

This commit is contained in:
Yakumo Hokori
2026-04-10 01:30:32 +08:00
parent 3575497448
commit ca630c8d64

View File

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