diff --git a/.github/workflows/build_apk.yml b/.github/workflows/build_apk.yml index 64f8138fc7..5e669ac83d 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