We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca750ef commit 6d0cfe8Copy full SHA for 6d0cfe8
2 files changed
.github/workflows/release.yml
@@ -29,6 +29,9 @@ jobs:
29
- name: Install dependencies
30
run: npm install
31
32
+ - name: Build frontend
33
+ run: npm run build
34
+
35
- name: Build and release
36
uses: tauri-apps/tauri-action@v0
37
env:
.github/workflows/tip.yml
- name: Build Tauri app
run: npm run tauri:build
0 commit comments