cd: directly echo secrets to .env file

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

View File

@ -19,8 +19,8 @@ jobs:
flutter doctor -v
- run:
name: Add .Env
command: echo ${DOTENV} | base64 --decode >> .env
name: Add Spotify Keys
command: echo "SPOTIFY_SECRETS=${SPOTIFY_SECRETS}" >> .env
- run: |
flutter config --enable-linux-desktop