Skip to content

Commit 0c01205

Browse files
committed
fix: remove invalid 'true' argument from tauri android build command
1 parent 8bc94e7 commit 0c01205

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
run: npx tauri android init
211211

212212
- name: Build Android APK
213-
run: npx tauri android build --apk true
213+
run: npx tauri android build --apk
214214

215215
- name: Sign APK
216216
env:

0 commit comments

Comments
 (0)