Skip to content

Commit

Permalink
fix signing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlaster committed Dec 24, 2021
1 parent d3e2425 commit 9f95260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/apply_signing.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
echo $SIGNING_KEY | base64 -d > key.jks
echo $GOOGLE_SERVICES | base64 -d > app/google-services.json
echo $GOOGLE_SERVICES | base64 -d > android/google-services.json
echo "storeFile=key.jks
storePassword=$KEY_STORE_PASSWORD
keyAlias=$ALIAS
Expand Down

0 comments on commit 9f95260

Please sign in to comment.