Remove alpha patch from CI workflow

This commit is contained in:
Bnyro 2023-01-02 18:29:34 +01:00 committed by GitHub
parent d7ef8f7daf
commit 11a5accafa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,11 +47,8 @@ jobs:
git config --global credential.helper store
echo "https://alefvanoon:${{ secrets.GH_TOKEN }}@github.com" > ~/.git-credentials
- name: Patch and Compile
- name: Compile
run: |
cd .github
python patch.py
cd ..
./gradlew assembleDebug
- name: Sign Apk