mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
fix
This commit is contained in:
4
.github/workflows/manual-patch.yml
vendored
4
.github/workflows/manual-patch.yml
vendored
@@ -166,10 +166,10 @@ jobs:
|
|||||||
id: check-gh
|
id: check-gh
|
||||||
run: bash src/etc/connection.sh
|
run: bash src/etc/connection.sh
|
||||||
- name: Preparing to patch
|
- name: Preparing to patch
|
||||||
id: patch
|
|
||||||
if: steps.check-gh.outputs.internet_error == '0'
|
if: steps.check-gh.outputs.internet_error == '0'
|
||||||
uses: ./.github/actions/preparing
|
uses: ./.github/actions/preparing
|
||||||
- name: Patch apk
|
- name: Patch apk
|
||||||
|
id: patch
|
||||||
if: steps.check-gh.outputs.internet_error == '0'
|
if: steps.check-gh.outputs.internet_error == '0'
|
||||||
run: bash src/build/Revanced-Extended-Android-5.sh
|
run: bash src/build/Revanced-Extended-Android-5.sh
|
||||||
- name: Releasing APK files
|
- name: Releasing APK files
|
||||||
@@ -177,4 +177,4 @@ jobs:
|
|||||||
uses: ./.github/actions/release
|
uses: ./.github/actions/release
|
||||||
- name: Re-run workflow if github connection not stable
|
- name: Re-run workflow if github connection not stable
|
||||||
if: always() && steps.patch.outcome == 'skipped' && env.retry_count < env.max_retries
|
if: always() && steps.patch.outcome == 'skipped' && env.retry_count < env.max_retries
|
||||||
uses: ./.github/actions/re-run
|
uses: ./.github/actions/re-run
|
||||||
|
|||||||
Reference in New Issue
Block a user