1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Chore: Trying to fix Android build on CI by using debug keys

This commit is contained in:
Laurent Cozic 2024-06-13 09:01:45 +01:00
parent a0e3e4fefb
commit eb7f2855b0

View File

@ -47,5 +47,7 @@ jobs:
- name: Assemble Android Release - name: Assemble Android Release
run: | run: |
cd packages/app-mobile/android && ./gradlew assembleRelease cd packages/app-mobile/android
sed -i -- 's/signingConfig signingConfigs.release/signingConfig signingConfigs.debug/' app/build.gradle
./gradlew assembleRelease