Update build_windows.sh
/ build (push) Successful in 43s Details
/ build_x64 (push) Successful in 5m50s Details
/ build_arm64 (push) Successful in 2m39s Details
/ build_win64 (push) Failing after 3m40s Details

This commit is contained in:
core 2023-12-15 23:27:26 -05:00 committed by e3team Git Services
parent 7cb2dc86e2
commit 80d9bdff92
Signed by: e3team Git Services
GPG Key ID: 997B1E1ADD663479
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -e
cargo build --target x86_64-pc-windows-gnu --release-ci --bin tfclient
cargo build --target x86_64-pc-windows-gnu --release --bin tfclient
rm -rf target/x86_64-pc-windows-gnu/release-ci/tfclient_dist/
mkdir -p target/x86_64-pc-windows-gnu/release-ci/tfclient_dist/
cp target/x86_64-pc-windows-gnu/release-ci/tfclient.exe target/x86_64-pc-windows-gnu/release-ci/tfclient_dist/tfclient.exe