Skip to content

Commit

Permalink
Updated android apk build action
Browse files Browse the repository at this point in the history
  • Loading branch information
albbus-stack committed May 24, 2024
1 parent f9be5a4 commit bd13f2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
- name: Add Rust Android targets
run: rustup target add aarch64-linux-android armv7-linux-androideabi i686-linux-android x86_64-linux-android

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

- name: Install Bun
uses: oven-sh/setup-bun@v1
Expand All @@ -54,9 +54,6 @@ jobs:
- name: Generate TailwindCSS
run: bun build:tailwind

- name: Install Dioxus CLI
run: cargo install dioxus-cli

- name: Create .env file
env:
API_URL: ${{ secrets.API_URL }}
Expand Down
1 change: 1 addition & 0 deletions mobile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ name = "t5-rs"
stylized-name = "t5.rs"
domain = "example.com"
template-pack = "wry"
identifier = "example.com"

0 comments on commit bd13f2a

Please sign in to comment.