Skip to content

Commit 4038009

Browse files
committed
Fix: run Tauri build from src-tauri directory
1 parent 703eaa7 commit 4038009

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/tauri-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
# Build with Tauri CLI v2
3939
- name: Build Tauri app
4040
run: npx @tauri-apps/cli@^2.0.0 build
41+
working-directory: src-tauri
4142

4243
# Upload artifacts
4344
- name: Upload DMG

0 commit comments

Comments
 (0)