diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6773fc46b..1ec92509f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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