Skip to content

Commit dfb6023

Browse files
committed
build: add code signing for android 3
1 parent 6e9e5a9 commit dfb6023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-android.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
-keystore keystore.jks \
6161
-storepass ${{ secrets.DROID_KEYSTORE_PASSWORD }} \
6262
-keypass ${{ secrets.DROID_KEY_PASSWORD }} \
63-
android/app/build/outputs/apk/play/release/app-release-unsigned.apk \
63+
android/app/build/outputs/apk/play/release/app-play-release-unsigned.apk \
6464
${{ secrets.DROID_KEYSTORE_ALIAS }}
6565
6666
- name: Build

0 commit comments

Comments
 (0)