ci: version stuff

This commit is contained in:
Dax Raad 2025-10-14 14:51:35 -04:00
commit 289783f627
7 changed files with 19 additions and 19 deletions

View file

@ -49,6 +49,7 @@ for (const [os, arch] of targets) {
entrypoints: ["./src/index.ts"],
define: {
OPENCODE_VERSION: `'${Script.version}'`,
OPENCODE_CHANNEL: `'${Script.channel}'`,
OPENCODE_TUI_PATH: `'../../../dist/${name}/bin/tui'`,
},
})