Fix
This commit is contained in:
parent
707a369b41
commit
f6571d5846
3 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -14,6 +14,7 @@ sync-server/databases
|
|||
|
||||
# Rust build folders
|
||||
sync-server/target
|
||||
sync-server/artifacts
|
||||
sync-server/bindings/*.ts
|
||||
|
||||
*.log
|
||||
|
|
|
|||
BIN
artifacts/sync-server-windows-x86_64.exe
Executable file
BIN
artifacts/sync-server-windows-x86_64.exe
Executable file
Binary file not shown.
|
|
@ -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