fix: fix release archives (#94)

This commit is contained in:
Catriel Müller
2026-02-03 13:17:15 +01:00
committed by GitHub
parent 246f4071e6
commit 869b61b920
+1
View File
@@ -59,6 +59,7 @@ for (const tag of tags) {
if (!Script.preview) {
// Create archives for GitHub release
await $`mkdir -p dist/@kilocode` // kilocode_change
for (const key of Object.keys(binaries)) {
if (key.includes("linux")) {
await $`tar -czf ../../${key}.tar.gz *`.cwd(`dist/${key}/bin`)