fixed typo

This commit is contained in:
Alex Tran 2022-03-14 10:05:00 -05:00
parent 54d1921b4b
commit 4ea3cc392b

View file

@ -31,6 +31,7 @@ jobs:
gpg --decrypt --passphrase "${{secrets.KEY_STORE_PASSWORD}}" --batch release.keystore.asc > /key.jks gpg --decrypt --passphrase "${{secrets.KEY_STORE_PASSWORD}}" --batch release.keystore.asc > /key.jks
- name: Create key.properties - name: Create key.properties
run: touch android/key.properties && echo "storePassword=<storePassword> keyPassword=<keyPassword> keyAlias=<keyAlias> storeFile=/key.jks" > android/key.properties run: touch android/key.properties && echo "storePassword=<storePassword> keyPassword=<keyPassword> keyAlias=<keyAlias> storeFile=/key.jks" > android/key.properties
- run: cat android/key.properties
- run: flutter --version - run: flutter --version
- run: flutter pub get - run: flutter pub get
- run: flutter build apk - run: flutter build apk