Add CI workflow and helper to create releases and attach artifacts

This commit is contained in:
webadderall
2026-03-13 21:14:05 +11:00
parent a954b529c3
commit e523eeded2
3 changed files with 108 additions and 0 deletions
+1
View File
@@ -26,6 +26,7 @@
"build:mac": "tsc && vite build && electron-builder --mac",
"build:win": "tsc && vite build && electron-builder --win",
"build:linux": "tsc && vite build && electron-builder --linux",
"release:dispatch": "sh ./scripts/trigger_release.sh",
"test": "vitest --run",
"test:watch": "vitest"
},