Skip to content

Commit 695dee3

Browse files
authored
key alias
1 parent b3ab815 commit 695dee3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
cd app/build/outputs/apk/release
2323
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
24+
jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore release-key.jks -storepass $STOREPASS -keypass $KEYPASS app-release-unsigned.apk np2p
2525
jarsigner -verify app-release-unsigned.apk
2626
sudo apt-get install zipalign -y
2727
zipalign -v 4 app-release-unsigned.apk UP-Distrib.apk

0 commit comments

Comments
 (0)