actions: remove release pipeline

This commit is contained in:
nym21
2026-05-18 11:38:11 +02:00
parent d1b328e658
commit bbab864ed9
9 changed files with 8 additions and 314 deletions
-3
View File
@@ -31,6 +31,3 @@ vecdb = { workspace = true }
[[bin]]
name = "brk"
path = "src/main.rs"
[package.metadata.dist]
dist = true
+4
View File
@@ -30,6 +30,10 @@ Portable build (without native CPU optimizations):
cargo install --locked brk_cli
```
## Update
Updating is the same as installing: re-run the install command above. `cargo install` overwrites the existing binary in place. Indexed data is reused when the on-disk format is unchanged, otherwise it is reset and re-synced automatically on the next run.
## Run
```bash