Skip to content

Commit 70653c6

Browse files
committed
fix android
1 parent 9b9f664 commit 70653c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/android-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
env:
7979
NDK_HOME: ${{ env.NDK_HOME }}
8080
POSTHOG_API_KEY: ${{ secrets.POSTHOG_API_KEY }}
81-
run: yarn tauri android build --apk --target aarch64
81+
run: yarn tauri android build --apk true --target aarch64
8282

8383
- name: Sign APK
8484
run: |

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## [0.2.12] - 2026-03-04
99

1010
### Fixed
11-
- **Android CI Build**: Fixed Android build workflow — corrected `--apk` flag syntax and added a `cargo-tauri` wrapper script so the Tauri CLI resolves correctly in CI.
11+
- **Android CI Build**: Fixed Android build workflow — restored required `--apk true` value and added a `cargo-tauri` wrapper script so the Tauri CLI resolves correctly in CI.
1212

1313
## [0.2.11] - 2026-03-04
1414

0 commit comments

Comments
 (0)