mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨ Added logger for custom env builds
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user