From 803068b9b97d78e85638046364990fa6b08639c6 Mon Sep 17 00:00:00 2001 From: Reza Rahemtola Date: Fri, 6 Oct 2023 23:43:05 +0200 Subject: [PATCH] fix(ci): Wrong path in APK env dump & continuous deployment token updated --- .github/workflows/release-apk.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-apk.yml b/.github/workflows/release-apk.yml index f7df0a96..d7ecb90a 100644 --- a/.github/workflows/release-apk.yml +++ b/.github/workflows/release-apk.yml @@ -33,8 +33,9 @@ jobs: channel: stable cache: true - name: Add environment file + working-directory: . run: | - INFISICAL_TOKEN=${{ secrets.INFISICAL_TOKEN }} ../../scripts/dump_env.sh prod + INFISICAL_TOKEN=${{ secrets.INFISICAL_TOKEN }} ./scripts/dump_env.sh prod - name: Build APK run: flutter build apk - name: Add APK to release