Skip to content

Commit

Permalink
fix(ci): android build tools path
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Jan 12, 2024
1 parent 4ad7a57 commit 6ebf012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-android.yml
Expand Up @@ -152,7 +152,7 @@ jobs:
- name: Sign Android APK
run: |
echo ${{ secrets.ANDROID_KEYSTORE }} | base64 -d > keystore.jks
/usr/local/lib/android/sdk/build-tools/30.0.3/apksigner sign \
/usr/local/lib/android/sdk/build-tools/33.0.0/apksigner sign \
--ks keystore.jks --ks-pass "pass:${{ secrets.ANDROID_KEYSTORE_PASSWORD }}" \
--in app/build/outputs/apk/release/app-release-unsigned.apk \
--out app-signed.apk
Expand Down

0 comments on commit 6ebf012

Please sign in to comment.