Skip to content

Commit

Permalink
Use yarn to build apk
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea authored Aug 22, 2024
1 parent 41492c9 commit 023b8d8
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,12 @@ jobs:
- name: Clippy
run: cargo clippy --manifest-path=src-tauri/Cargo.toml --all-targets --all-features -- -D warnings
- name: build Apk
uses: Ludea/tauri-build@next
id: build
with:
mobile: android
args: "--target aarch64 --apk --split-per-abi"
run: yarn tauri android build --target aarch64 --apk --split-per-abi
# uses: Ludea/tauri-build@next
# id: build
# with:
# mobile: android
# args: "--target aarch64 --apk --split-per-abi"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
STRONGHOLD_SALT: ${{ secrets.STRONGHOLD_SALT }}
Expand Down

0 comments on commit 023b8d8

Please sign in to comment.