From 74ffcb6201d17745917e7561907bc2229677130c Mon Sep 17 00:00:00 2001 From: Reza Rahemtola Date: Fri, 6 Oct 2023 23:08:47 +0200 Subject: [PATCH] fix(ci): Flutter env file --- .github/workflows/release-apk.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-apk.yml b/.github/workflows/release-apk.yml index 2ac5b92d..f7df0a96 100644 --- a/.github/workflows/release-apk.yml +++ b/.github/workflows/release-apk.yml @@ -34,7 +34,7 @@ jobs: cache: true - name: Add environment file run: | - INFISICAL_TOKEN=${{ secrets.INFISICAL_TOKEN }} infisical export--path=frontend/mobile --env=prod > .env + INFISICAL_TOKEN=${{ secrets.INFISICAL_TOKEN }} ../../scripts/dump_env.sh prod - name: Build APK run: flutter build apk - name: Add APK to release