Skip to content

Commit

Permalink
Use forked action
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludea authored Aug 22, 2024
1 parent 023b8d8 commit 60b9c5b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ jobs:
- name: Clippy
run: cargo clippy --manifest-path=src-tauri/Cargo.toml --all-targets --all-features -- -D warnings
- name: build Apk
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"
# run: yarn tauri android build --target aarch64 --apk --split-per-abi
uses: Ludea/tauri-build@android
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 60b9c5b

Please sign in to comment.