Skip to content

Commit 1a43836

Browse files
committed
Fix release workflow: build frontend before tauri build
1 parent 6ab7706 commit 1a43836

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,11 @@ jobs:
103103
}
104104
$json | ConvertTo-Json -Depth 100 | Set-Content -Encoding utf8 $confPath
105105
106-
- name: Install frontend dependencies
106+
- name: Install and build frontend
107107
run: |
108108
cd frontend
109109
npm install
110+
npm run build
110111
111112
- name: Build and Upload to Release
112113
uses: tauri-apps/tauri-action@v0

0 commit comments

Comments
 (0)