fix order

This commit is contained in:
Hiddify
2023-08-22 09:01:36 +00:00
parent bfc026900b
commit fee4824443
2 changed files with 7 additions and 7 deletions

View File

@@ -135,6 +135,7 @@ jobs:
ANDROID_SIGNING_KEY: ${{ secrets.ANDROID_SIGNING_KEY }}
run: |
cd android
pwd
touch signing.properties
echo $ANDROID_SIGNING_KEY | base64 -d > release.keystore
echo "keystore.path=release.keystore" > release.properties