Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea committed Aug 4, 2024
1 parent 4dc8545 commit 4661d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
env:
NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
- name: build Apk
run: yarn tauri android build --split-per-abi
run: yarn tauri android build --target aarch64 --split-per-abi
env:
NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }}
- name: find apk
Expand Down

0 comments on commit 4661d58

Please sign in to comment.