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 6e0add1 commit bbd7a90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/capacitor-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
--keystorealias $ANDROID_KEYSTORE_ALIAS \
--keystorealiaspass $ANDROID_KEYSTORE_ALIAS_PASSWORD \
--androidreleasetype $ANDROID_RELEASE_TYPE
--signing-type apksigner
- name: Save artifacts 💾
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit bbd7a90

Please sign in to comment.