We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9f6216 commit 7af906cCopy full SHA for 7af906c
1 file changed
.github/workflows/asm_build.yml
@@ -79,7 +79,7 @@ jobs:
79
run: |
80
echo "signing.storeFile=signing/signing-key.jks" >> local.properties
81
echo "signing.storePassword=${{ secrets.SIGNING_STORE_PASSWORD }}" >> local.properties
82
- echo "signing.keyAlias=AndroidCS" >> local.properties
+ echo "signing.keyAlias=androidcs" >> local.properties
83
echo "signing.keyPassword=${{ secrets.SIGNING_KEY_PASSWORD }}" >> local.properties
84
85
- name: Assemble APK
0 commit comments