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
|
||||
uses: ./.github/actions/preparing
|
||||
- name: Check github connection
|
||||
id: check-gh-rv
|
||||
id: check-gh-ins
|
||||
run: bash src/etc/connection.sh
|
||||
- name: Patch apk
|
||||
id: patch-rv
|
||||
if: steps.check-gh-rv.outputs.internet_error == '0'
|
||||
id: patch-ins
|
||||
if: steps.check-gh-ins.outputs.internet_error == '0'
|
||||
run: bash src/build/Instafel.sh
|
||||
- name: Releasing APK files
|
||||
id: release-rv
|
||||
if: steps.check-gh-rv.outputs.internet_error == '0'
|
||||
id: release-ins
|
||||
if: steps.check-gh-ins.outputs.internet_error == '0'
|
||||
uses: ./.github/actions/release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user