Fix paths

This commit is contained in:
XelXen 2022-06-18 20:38:40 +05:30 committed by GitHub
parent 7a89147ab5
commit f5542b94fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,9 +31,11 @@ jobs:
cd .github
curl https://api.github.com/repos/${{ github.repository }}/commits/${{ github.sha }} > commit.json
python checkrun.py
cd ..
- name: Patch and Compile
run: |
cd .github
python patch.py
cd ..
./gradlew assembleDebug