Skip to content

Commit c19b85e

Browse files
committed
Now using upload key to sign
1 parent 1c34daf commit c19b85e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.circleci/keystore.enc

-3.31 KB
Binary file not shown.

scripts/decrypt-secrets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010

1111
# Decrypt
1212
openssl aes-256-cbc -d -in .circleci/key.p12.enc -out key.p12 -k $ANDROID_NETWORK_TOOLS_DECRYPTKEY1
13-
openssl aes-256-cbc -d -in .circleci/keystore.enc -out keystore -k $ANDROID_NETWORK_TOOLS_DECRYPTKEY2
13+
openssl aes-256-cbc -d -in .circleci/keystore.enc -out keystore -k $ANDROID_NETWORK_TOOLS_DECRYPTKEY2

0 commit comments

Comments
 (0)