Revert "Add CI workflow and helper to create releases and attach artifacts"

This reverts commit 5522a9829c.
This commit is contained in:
webadderall
2026-03-13 21:14:05 +11:00
parent e523eeded2
commit 8d0afe54f8
3 changed files with 0 additions and 108 deletions
-1
View File
@@ -26,7 +26,6 @@
"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"
},