mirror of
https://github.com/FiorenMas/Revanced-And-Revanced-Extended-Non-Root.git
synced 2025-12-06 08:07:40 +00:00
Update patch.yml
This commit is contained in:
13
.github/workflows/patch.yml
vendored
13
.github/workflows/patch.yml
vendored
@@ -15,6 +15,9 @@ jobs:
|
|||||||
distribution: 'zulu'
|
distribution: 'zulu'
|
||||||
java-version: '17'
|
java-version: '17'
|
||||||
|
|
||||||
|
- name: Patch Instagram Revanced
|
||||||
|
run: bash src/instagram/patch.sh
|
||||||
|
|
||||||
- name: Patch Youtube Revanced & Revanced Extended non-root
|
- name: Patch Youtube Revanced & Revanced Extended non-root
|
||||||
run: bash src/yt/patch.sh
|
run: bash src/yt/patch.sh
|
||||||
|
|
||||||
@@ -167,6 +170,16 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
|
- name: Release Instagram Revanced
|
||||||
|
uses: softprops/action-gh-release@v1
|
||||||
|
with:
|
||||||
|
files: Instagram.apk
|
||||||
|
name: "Instagram"
|
||||||
|
tag_name: Instagram-Revanced
|
||||||
|
body_path: ${{ github.workspace }}-CHANGELOG-rv.txt
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Delete workflow runs
|
- name: Delete workflow runs
|
||||||
uses: Mattraks/delete-workflow-runs@v2
|
uses: Mattraks/delete-workflow-runs@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user