mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-11 01:17:30 +00:00
cd: fix project var syntax
This commit is contained in:
parent
f5c4995143
commit
8523d45907
@ -20,7 +20,7 @@ jobs:
|
|||||||
|
|
||||||
- run:
|
- run:
|
||||||
name: Add .Env
|
name: Add .Env
|
||||||
command: echo $DOTENV | base64 --decode >> .env
|
command: echo ${DOTENV} | base64 --decode >> .env
|
||||||
|
|
||||||
- run: |
|
- run: |
|
||||||
flutter config --enable-linux-desktop
|
flutter config --enable-linux-desktop
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user