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: