Skip to content

Commit 48c5254

Browse files
committed
CI: fix Tauri action invocation (use yarn tauri so action appends build once)
1 parent f29dc9e commit 48c5254

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ jobs:
8484
- name: Build Tauri (Linux)
8585
uses: tauri-apps/tauri-action@v0
8686
with:
87-
tauriScript: yarn tauri:build
87+
# Use the Tauri CLI directly; the action appends 'build' automatically.
88+
tauriScript: yarn tauri
8889

8990
- name: Upload Linux installers
9091
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)