Skip to content

Commit 02b543d

Browse files
committed
fix(.github/workflows/capacitor-android.yml): set signing type to apksigner
1 parent 45a623a commit 02b543d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/capacitor-android.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ jobs:
5858
--keystorepass $ANDROID_KEYSTORE_PASSWORD \
5959
--keystorealias $ANDROID_KEYSTORE_ALIAS \
6060
--keystorealiaspass $ANDROID_KEYSTORE_ALIAS_PASSWORD \
61-
--androidreleasetype APK
61+
--androidreleasetype APK \
62+
--signing-type apksigner
6263
6364
- name: Build and Sign Android App (AAB) 🛠️
6465
run: |

0 commit comments

Comments
 (0)