From 86eabb50e4ec20ed2ba4a1ce9a9e9459f942cf40 Mon Sep 17 00:00:00 2001 From: FiorenMas <102145692+FiorenMas@users.noreply.github.com> Date: Mon, 1 May 2023 23:42:18 +0700 Subject: [PATCH] Update patch.yml --- .github/workflows/patch.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/patch.yml b/.github/workflows/patch.yml index 4e721a1..57f279c 100644 --- a/.github/workflows/patch.yml +++ b/.github/workflows/patch.yml @@ -15,6 +15,9 @@ jobs: distribution: 'zulu' java-version: '17' + - name: Patch Instagram Revanced + run: bash src/instagram/patch.sh + - name: Patch Youtube Revanced & Revanced Extended non-root run: bash src/yt/patch.sh @@ -167,6 +170,16 @@ jobs: env: 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 uses: Mattraks/delete-workflow-runs@v2 with: