mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-09 08:47:31 +00:00
cd: fix project var syntax
This commit is contained in:
parent
f5c4995143
commit
8523d45907
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user