mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
Easier for forked
This commit is contained in:
12
.github/workflows/patch.yml
vendored
12
.github/workflows/patch.yml
vendored
@@ -17,9 +17,15 @@ jobs:
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '17'
|
||||
|
||||
- name: Print username
|
||||
run: |
|
||||
echo "The username is ${{ github.actor }}"
|
||||
echo "The repository name is ${{ github.repository }}"
|
||||
|
||||
- name: Patch apk
|
||||
run: bash src/build/build-rv.sh
|
||||
env:
|
||||
repository: ${{ github.repository }}
|
||||
|
||||
- name: Generate release info
|
||||
run: |
|
||||
@@ -73,6 +79,8 @@ jobs:
|
||||
|
||||
- name: Patch apk
|
||||
run: bash src/build/build-rve.sh
|
||||
env:
|
||||
repository: ${{ github.repository }}
|
||||
|
||||
- name: Generate release info
|
||||
run: |
|
||||
@@ -126,6 +134,8 @@ jobs:
|
||||
|
||||
- name: Patch apk
|
||||
run: bash src/build/build-rve-android-6-7.sh
|
||||
env:
|
||||
repository: ${{ github.repository }}
|
||||
|
||||
- name: Generate release info
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user