From a1e2c6a3aed3107bfbe70e689573b500d117d6fd Mon Sep 17 00:00:00 2001 From: Tlaster Date: Mon, 30 Jan 2023 16:18:06 +0800 Subject: [PATCH] update ci --- .github/apply_signing.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/apply_signing.sh b/.github/apply_signing.sh index b1eeaef6b..0a2bf0fa5 100755 --- a/.github/apply_signing.sh +++ b/.github/apply_signing.sh @@ -4,4 +4,4 @@ echo "storeFile=key.jks storePassword=$KEY_STORE_PASSWORD keyAlias=$ALIAS keyPassword=$KEY_PASSWORD" >signing.properties -echo $APIKEY > apiKey.properties +echo $APIKEY | base64 -d > apiKey.properties