Added logger for custom env builds

This commit is contained in:
Nikhil Badyal
2022-08-13 20:30:12 +05:30
parent b7b452c4dc
commit e4d0a1082d
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -31,11 +31,11 @@ jobs:
- name: Update Env for custom build
run: |
echo ${{ secrets.ENVS }} >> .env
echo "${{ secrets.ENVS }}" >> .env
- name: Build APK
run: |
cat .env
cat .env &&
docker-compose up
- name: Upload Build Artifact(youtube)