chore(ci): Build and upload binaries in CI (#76)

Use zigbuild directly instead of cargo-dist,
as cargo-dist doesn't suit our needs well
(e.g. uploading binaries at top level).

Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
This commit is contained in:
Jagoda Estera ?l?zak
2026-08-18 12:21:28 +02:00
committed by missytake
parent b17900bca1
commit eea39c7bab
3 changed files with 67 additions and 14 deletions
+1 -3
View File
@@ -28,7 +28,5 @@ parking_lot = "0.12.5"
rstest = "0.26.1"
testresult = "0.4.1"
# The profile that 'dist' will build with
[profile.dist]
inherits = "release"
[profile.release]
lto = "thin"