mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
✨ Added ability for custom version revanced
This commit is contained in:
@@ -29,6 +29,10 @@ jobs:
|
||||
- name: Check out Git repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Update Env for custom build
|
||||
run: |
|
||||
echo ${{ secrets.ENVS }} >> .env
|
||||
|
||||
- name: Build APK
|
||||
run: |
|
||||
docker-compose up
|
||||
|
||||
Reference in New Issue
Block a user