Skip to content

Commit 7af906c

Browse files
ci: use GitHub Secrets for signing credentials
1 parent b9f6216 commit 7af906c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/asm_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
run: |
8080
echo "signing.storeFile=signing/signing-key.jks" >> local.properties
8181
echo "signing.storePassword=${{ secrets.SIGNING_STORE_PASSWORD }}" >> local.properties
82-
echo "signing.keyAlias=AndroidCS" >> local.properties
82+
echo "signing.keyAlias=androidcs" >> local.properties
8383
echo "signing.keyPassword=${{ secrets.SIGNING_KEY_PASSWORD }}" >> local.properties
8484
8585
- name: Assemble APK

0 commit comments

Comments
 (0)