Skip to content

Commit fd034c1

Browse files
committed
Fix Android build: remove duplicate 'build' argument
tauri-action appends 'build' automatically, so use 'yarn tauri android' not 'yarn tauri android build'
1 parent f06d78c commit fd034c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
- name: Build Tauri Android APK
152152
uses: tauri-apps/tauri-action@v0
153153
with:
154-
tauriScript: yarn tauri android build
154+
tauriScript: yarn tauri android
155155
includeUpdaterJson: false
156156

157157
- name: Inspect Android bundle output

0 commit comments

Comments
 (0)