Files
Revanced-And-Revanced-Exten…/.github/workflows/patch-revanced.yml
2024-01-21 16:25:15 +07:00

24 lines
607 B
YAML

name: Patch Revanced
on:
workflow_dispatch:
workflow_call:
jobs:
Revanced:
name: Patch Revanced-${{ matrix.Revanced }}
permissions: write-all
runs-on: ubuntu-latest
strategy:
matrix:
Revanced: [1, 2, 3]
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-${{ matrix.Revanced }}.sh
env:
repository: ${{ github.repository }}
- name: Releasing APK files
uses: ./.github/actions/release