From 99a581ad01058a28f88c14ce0c00b6a35db72ec0 Mon Sep 17 00:00:00 2001 From: Ujwal Chapagain <100770475+Ujwal223@users.noreply.github.com> Date: Sat, 13 Jun 2026 14:43:02 +0545 Subject: [PATCH] Update release-apk.yml --- .github/workflows/release-apk.yml | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-apk.yml b/.github/workflows/release-apk.yml index 779479d..f35ca28 100644 --- a/.github/workflows/release-apk.yml +++ b/.github/workflows/release-apk.yml @@ -80,14 +80,18 @@ jobs: - name: Create Android key.properties shell: bash + env: + KEYSTORE_PASSWORD: ${{ secrets.KEYSTORE_PASSWORD }} + KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }} + KEY_ALIAS: ${{ secrets.KEY_ALIAS }} run: | set -euo pipefail - cat > android/key.properties < android/key.properties - name: Build release APK run: flutter build apk --release