From f5542b94fbcbf075e117102d65e69630fcff36a7 Mon Sep 17 00:00:00 2001 From: XelXen <78258352+XelXen@users.noreply.github.com> Date: Sat, 18 Jun 2022 20:38:40 +0530 Subject: [PATCH] Fix paths --- .github/workflows/tg-bot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/tg-bot.yml b/.github/workflows/tg-bot.yml index fd2ffa93c..671853f7c 100644 --- a/.github/workflows/tg-bot.yml +++ b/.github/workflows/tg-bot.yml @@ -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