CI: fixed deprecated method

This commit is contained in:
pelya
2023-05-19 14:32:37 +03:00
parent 543df95d62
commit 52e6f828dd
2 changed files with 3 additions and 2 deletions

View File

@@ -106,6 +106,7 @@ jobs:
fi
./sign.sh
./signBundle.sh
rm -f app-release.apk
env:
ANDROID_KEYSTORE_PASS: "${{secrets.ANDROID_KEYSTORE_PASS}}"
ANDROID_KEYSTORE_ALIAS: "${{secrets.ANDROID_KEYSTORE_ALIAS}}"