Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AbandonedCart authored Nov 7, 2024
1 parent 3a260ea commit 036aacb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@ jobs:
- name: Install dependencies
run: pnpm install

- name: Initialize project
run: pnpm tauri android init
env:
NDK_HOME: ${{ env.ANDROID_HOME }}/ndk/27.0.11902837

- name: Build app bundle
run: pnpm tauri android build -v
env:
Expand Down

0 comments on commit 036aacb

Please sign in to comment.