ci: only build electron desktop (#19067)

This commit is contained in:
Brendan Allan
2026-05-03 21:40:15 +08:00
committed by GitHub
parent 7cd770ff58
commit 74b2a5cade
3 changed files with 180 additions and 276 deletions
@@ -27,7 +27,7 @@ const channel = (() => {
})()
const getBase = (): Configuration => ({
artifactName: "opencode-electron-${os}-${arch}.${ext}",
artifactName: "opencode-desktop-${os}-${arch}.${ext}",
directories: {
output: "dist",
buildResources: "resources",