Skip to content

Commit f2c89e7

Browse files
committed
build: add code signing for android 4
1 parent dfb6023 commit f2c89e7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-android.yml

+7
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,13 @@ jobs:
5454
run: |
5555
echo "${{ secrets.DROID_KEYSTORE_BASE_64 }}" | base64 --decode > keystore.jks
5656
57+
- name: DEBUG
58+
run: |
59+
ls -la android/app/build/outputs
60+
ls -la android/app/build/outputs/apk
61+
ls -la android/app/build/outputs/apk/play
62+
ls -la android/app/build/outputs/apk/play/release
63+
5764
- name: Sign APK
5865
run: |
5966
jarsigner -verbose -sigalg SHA256withRSA -digestalg SHA-256 \

0 commit comments

Comments
 (0)