diff --git a/.github/workflows/build-deploy.yaml b/.github/workflows/build-deploy.yaml index c82b35f..e093c0f 100644 --- a/.github/workflows/build-deploy.yaml +++ b/.github/workflows/build-deploy.yaml @@ -71,7 +71,7 @@ jobs: - name: Decode and save keystore file run: | - echo "${{ secrets.STORE_FILE_BASE64 }}" | base64 --decode > android/key.jks + echo "${{ secrets.STORE_FILE_BASE64 }}" | base64 --decode > android/app/key.jks - name: Build Android run: make build_android