mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
Fix id
This commit is contained in:
10
.github/workflows/ci_.yml
vendored
10
.github/workflows/ci_.yml
vendored
@@ -15,14 +15,14 @@ jobs:
|
|||||||
- name: Preparing to patch
|
- name: Preparing to patch
|
||||||
uses: ./.github/actions/preparing
|
uses: ./.github/actions/preparing
|
||||||
- name: Check github connection
|
- name: Check github connection
|
||||||
id: check-gh-rv
|
id: check-gh-ins
|
||||||
run: bash src/etc/connection.sh
|
run: bash src/etc/connection.sh
|
||||||
- name: Patch apk
|
- name: Patch apk
|
||||||
id: patch-rv
|
id: patch-ins
|
||||||
if: steps.check-gh-rv.outputs.internet_error == '0'
|
if: steps.check-gh-ins.outputs.internet_error == '0'
|
||||||
run: bash src/build/Instafel.sh
|
run: bash src/build/Instafel.sh
|
||||||
- name: Releasing APK files
|
- name: Releasing APK files
|
||||||
id: release-rv
|
id: release-ins
|
||||||
if: steps.check-gh-rv.outputs.internet_error == '0'
|
if: steps.check-gh-ins.outputs.internet_error == '0'
|
||||||
uses: ./.github/actions/release
|
uses: ./.github/actions/release
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user