From 4ea3cc392bdee66afa22d6d0ec0ee7a70841baee Mon Sep 17 00:00:00 2001 From: Alex Tran Date: Mon, 14 Mar 2022 10:05:00 -0500 Subject: [PATCH] fixed typo --- .github/workflows/build_apk.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_apk.yml b/.github/workflows/build_apk.yml index 6567286512..ed10f9a92a 100644 --- a/.github/workflows/build_apk.yml +++ b/.github/workflows/build_apk.yml @@ -31,6 +31,7 @@ jobs: gpg --decrypt --passphrase "${{secrets.KEY_STORE_PASSWORD}}" --batch release.keystore.asc > /key.jks - name: Create key.properties run: touch android/key.properties && echo "storePassword= keyPassword= keyAlias= storeFile=/key.jks" > android/key.properties + - run: cat android/key.properties - run: flutter --version - run: flutter pub get - run: flutter build apk