From 4de3ccd8cb4f67180dccc559beefe7e4dd18d109 Mon Sep 17 00:00:00 2001 From: Fioren <102145692+FiorenMas@users.noreply.github.com> Date: Fri, 1 Mar 2024 22:06:05 +0700 Subject: [PATCH] fix --- .github/workflows/manual-patch.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual-patch.yml b/.github/workflows/manual-patch.yml index 433336d..973de3a 100644 --- a/.github/workflows/manual-patch.yml +++ b/.github/workflows/manual-patch.yml @@ -166,10 +166,10 @@ jobs: id: check-gh run: bash src/etc/connection.sh - name: Preparing to patch - id: patch if: steps.check-gh.outputs.internet_error == '0' uses: ./.github/actions/preparing - name: Patch apk + id: patch if: steps.check-gh.outputs.internet_error == '0' run: bash src/build/Revanced-Extended-Android-5.sh - name: Releasing APK files @@ -177,4 +177,4 @@ jobs: uses: ./.github/actions/release - name: Re-run workflow if github connection not stable if: always() && steps.patch.outcome == 'skipped' && env.retry_count < env.max_retries - uses: ./.github/actions/re-run \ No newline at end of file + uses: ./.github/actions/re-run