From 11a5accafa2fa2eb9398bc6a9e3f5c451e105800 Mon Sep 17 00:00:00 2001 From: Bnyro <82752168+Bnyro@users.noreply.github.com> Date: Mon, 2 Jan 2023 18:29:34 +0100 Subject: [PATCH] Remove alpha patch from CI workflow --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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