ci: publish
This commit is contained in:
parent
b1a7ee5695
commit
057958c933
4 changed files with 7 additions and 4 deletions
|
|
@ -34,7 +34,7 @@ const scriptDir = path.dirname(fs.realpathSync(__filename))
|
|||
const cached = path.join(scriptDir, ".lildax")
|
||||
const platform = { darwin: "darwin", linux: "linux", win32: "windows" }[os.platform()] || os.platform()
|
||||
const arch = { x64: "x64", arm64: "arm64", arm: "arm" }[os.arch()] || os.arch()
|
||||
const base = "@opencode-ai/lildax-" + platform + "-" + arch
|
||||
const base = "@opencode-ai/cli-" + platform + "-" + arch
|
||||
const binary = platform === "windows" ? "lildax.exe" : "lildax"
|
||||
|
||||
function supportsAvx2() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue