You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Artifacts that target windows must be `.zip` files. All other non windows targets must include `.tar.xz`**and**`.tar.gz`.
474
477
475
-
Release artifacts can also be signed with [minisign](https://jedisct1.github.io/minisign/) by publishing an additional `.minisig` file for every artifact. (Example: `zls-linux-x86_64-0.1.0.tar.xz.minisig`)
476
-
477
478
## Development
478
479
479
480
```bash
@@ -489,5 +490,6 @@ npm run dev
489
490
# Publish a ZLS release (Requires `tar` and `7z`)
490
491
git clone https://github.com/zigtools/zls
491
492
cd zls
492
-
ZLS_WORKER_ENDPOINT=http://localhost:8787 zig build publish --summary all
493
+
zig build release
494
+
ZLS_WORKER_ENDPOINT=http://localhost:8787 zig run .github/workflows/publish_release.zig
0 commit comments