Fix action so keystore is only setup on android

This commit is contained in:
John Wesley 2024-01-11 20:44:34 -05:00
parent be9d9f5721
commit 40b53f70d1
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,8 @@ jobs:
dart pub global activate cider
cider version ${{ github.event.inputs.version }}
- name: Configure Keystore
- name: Configure Android Keystore
if: matrix.target == 'android'
run: |
echo "$ANDROID_UPLOAD_KEY" | base64 --decode > upload-keystore.jks
echo "storeFile=../upload-keystore.jks" >> key.properties