Skip to content

Build all APKs

Build all APKs #6

Workflow file for this run

name: Build all APKs
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build ReVanced YouTube
uses: ./.github/workflows/yt.yml
- name: Build ReVanced Music
uses: ./.github/workflows/ytm.yml
- name: Build ReVanced X
uses: ./.github/workflows/x.yml