Added ability for custom version revanced

This commit is contained in:
Nikhil Badyal
2022-08-13 18:04:00 +05:30
parent 09d4879c2c
commit fa27621921
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -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