We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ab815 commit 695dee3Copy full SHA for 695dee3
1 file changed
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
run: |
22
cd app/build/outputs/apk/release
23
echo $RELEASE_KEY | base64 -d > release-key.jks
24
- jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore release-key.jks -storepass $STOREPASS -keypass $KEYPASS app-release-unsigned.apk noprovider2push
+ jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore release-key.jks -storepass $STOREPASS -keypass $KEYPASS app-release-unsigned.apk np2p
25
jarsigner -verify app-release-unsigned.apk
26
sudo apt-get install zipalign -y
27
zipalign -v 4 app-release-unsigned.apk UP-Distrib.apk
0 commit comments