mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 23:04:55 +00:00
sync
This commit is contained in:
@@ -187,7 +187,7 @@ if (Script.release) {
|
|||||||
await $`zip -r ../../${key}.zip *`.cwd(`dist/${key}/bin`)
|
await $`zip -r ../../${key}.zip *`.cwd(`dist/${key}/bin`)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
await $`gh release upload ${Script.release} ./dist/*.zip ./dist/*.tar.gz --clobber`
|
await $`gh release upload v${Script.version} ./dist/*.zip ./dist/*.tar.gz --clobber`
|
||||||
}
|
}
|
||||||
|
|
||||||
export { binaries }
|
export { binaries }
|
||||||
|
|||||||
Reference in New Issue
Block a user