ci: only build electron desktop (#19067)

This commit is contained in:
Brendan Allan 2026-05-03 21:40:15 +08:00 committed by GitHub
commit e77867ef05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 179 additions and 275 deletions

View file

@ -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",