mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 16:17:40 +00:00
20 lines
562 B
YAML
20 lines
562 B
YAML
name: Patch Revanced Extended Android 5
|
|
on:
|
|
workflow_dispatch:
|
|
workflow_call:
|
|
jobs:
|
|
patch:
|
|
name: Patch Revanced Extended for Android 5
|
|
permissions: write-all
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v4.1.1
|
|
- name: Preparing to patch
|
|
uses: ./.github/actions/preparing
|
|
- name: Patch apk
|
|
run: bash src/build/Revanced-Extended-Android-5.sh
|
|
env:
|
|
repository: ${{ github.repository }}
|
|
- name: Releasing APK files
|
|
uses: ./.github/actions/release |