From 8523d459076b8770dd318e24db45af83c5d3ce50 Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Wed, 13 Sep 2023 12:35:23 +0600 Subject: [PATCH] cd: fix project var syntax --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 53490fe8..66534aa0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -20,7 +20,7 @@ jobs: - run: name: Add .Env - command: echo $DOTENV | base64 --decode >> .env + command: echo ${DOTENV} | base64 --decode >> .env - run: | flutter config --enable-linux-desktop