ci: update build command
Some checks failed
build-release / Build (push) Failing after 5m9s

This commit is contained in:
椰子 2024-11-29 02:08:28 +08:00
parent 2951d4ae28
commit a3fa08ee3d

View File

@ -18,9 +18,7 @@ jobs:
toolchain: stable
target: x86_64-pc-windows-gnu
- name: Build
uses: actions-rs/cargo@v1
with:
command: build --target=x86_64-pc-windows-gnu --release
run: cargo build --target=x86_64-pc-windows-gnu --release
- name: Artifact
uses: actions/upload-artifact@v3
with: