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