cd: fix project var syntax

This commit is contained in:
Kingkor Roy Tirtho 2023-09-13 12:35:23 +06:00
parent f5c4995143
commit 8523d45907

View File

@ -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