Fix
This commit is contained in:
parent
707a369b41
commit
f6571d5846
3 changed files with 2 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ for target in $targets; do
|
|||
name="${name//aarch64_unknown_linux_gnu/linux-aarch64}"
|
||||
name="${name//x86_64_pc_windows_gnu/windows-x86_64}"
|
||||
|
||||
cp "target/$target/release/sync_server$ext" "../artifacts/$name"
|
||||
cp "target/$target/release/sync_server$ext" "artifacts/$name"
|
||||
echo "✓ Built $name"
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue