Skip to content

Commit

Permalink
chore(capacitor, CI): use apksigner instead of jarsigner
Browse files Browse the repository at this point in the history
  • Loading branch information
bludnic committed Jun 13, 2024
1 parent bbd7a90 commit 69be8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/capacitor-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
--keystorepass $ANDROID_KEYSTORE_PASSWORD \
--keystorealias $ANDROID_KEYSTORE_ALIAS \
--keystorealiaspass $ANDROID_KEYSTORE_ALIAS_PASSWORD \
--androidreleasetype $ANDROID_RELEASE_TYPE
--androidreleasetype $ANDROID_RELEASE_TYPE \
--signing-type apksigner
- name: Save artifacts 💾
Expand Down

0 comments on commit 69be8d8

Please sign in to comment.