fix order
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user