From 7f038cae9050c1ea96a24bbaa61b313c591947e6 Mon Sep 17 00:00:00 2001 From: Alex Tran Date: Mon, 14 Mar 2022 09:01:24 -0500 Subject: [PATCH] Added Android build singing info --- .github/workflows/build_apk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_apk.yml b/.github/workflows/build_apk.yml index 64f8138fc..5e669ac83 100644 --- a/.github/workflows/build_apk.yml +++ b/.github/workflows/build_apk.yml @@ -30,7 +30,7 @@ jobs: echo "${{secrets.SIGNING_KEY}}" > release.keystore.asc gpg --decrypt --passphrase "${{secrets.KEY_STORE_PASSWORD}}" --batch release.keystore.asc > mobile/android/key.jks - name: Create key.properties - run: touch mobile/android/key.properties echo "storePassword= keyPassword= keyAlias= storeFile=mobile/android/key.jks" > mobile/android/key.properties + run: touch mobile/android/key.properties echo "storePassword= keyPassword= keyAlias= storeFile=../key.jks" > mobile/android/key.properties - run: flutter --version - run: flutter pub get - run: flutter build apk