Skip to content

Commit bd13f2a

Browse files
committed
Updated android apk build action
1 parent f9be5a4 commit bd13f2a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
- name: Add Rust Android targets
4141
run: rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android
4242

43-
- name: Install Cargo Mobile CLI
44-
run: cargo install --git https://github.com/tauri-apps/cargo-mobile2
43+
- name: Install Cargo Mobile CLI & init
44+
run: cargo install --git https://github.com/tauri-apps/cargo-mobile2 && cargo mobile init
4545

4646
- name: Install Bun
4747
uses: oven-sh/setup-bun@v1
@@ -54,9 +54,6 @@ jobs:
5454
- name: Generate TailwindCSS
5555
run: bun build:tailwind
5656

57-
- name: Install Dioxus CLI
58-
run: cargo install dioxus-cli
59-
6057
- name: Create .env file
6158
env:
6259
API_URL: ${{ secrets.API_URL }}

mobile.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ name = "t5-rs"
33
stylized-name = "t5.rs"
44
domain = "example.com"
55
template-pack = "wry"
6+
identifier = "example.com"

0 commit comments

Comments
 (0)