fix: fix release archives (#94)
This commit is contained in:
@@ -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`)
|
||||
|
||||
Reference in New Issue
Block a user