We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d44acc commit 3890d64Copy full SHA for 3890d64
.github/workflows/release.yml
@@ -26,7 +26,12 @@ jobs:
26
- name: Install dependencies
27
run: npm ci
28
29
- - name: Build Electron app (unpacked)
+ - name: Compile TypeScript + Vite
30
+ run: npx tsc && npx vite build
31
+ env:
32
+ GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
33
+
34
+ - name: Package Electron app (unpacked)
35
run: npx electron-builder --win dir
36
env:
37
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments