From ec3599322913f738bd2b828fb30b13d0a63af972 Mon Sep 17 00:00:00 2001 From: Fioren <102145692+FiorenMas@users.noreply.github.com> Date: Sat, 6 May 2023 12:16:58 +0700 Subject: [PATCH] Update patch.yml --- .github/workflows/patch.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/patch.yml b/.github/workflows/patch.yml index 5019d71..521b3db 100644 --- a/.github/workflows/patch.yml +++ b/.github/workflows/patch.yml @@ -17,19 +17,19 @@ jobs: with: distribution: 'zulu' java-version: '17' - + - name: Patch apk run: bash src/build/build-rv.sh - + - name: Generate release info run: | echo " + [![](https://visitcount.itsvg.in/api?id=Fioren&label=Visitors&color=6&icon=5&pretty=true)](https://visitcount.itsvg.in) **Change log** :point_down: [Revanced](https://github.com/revanced/revanced-patches/releases/latest) [Revanced Extended](https://github.com/inotia00/revanced-patches/releases/latest) "> ${{ github.workspace }}-CHANGELOG.txt - - + - name: Release uses: softprops/action-gh-release@v0.1.15 with: @@ -49,7 +49,7 @@ jobs: delete_tags: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - + - name: Delete workflow runs uses: Mattraks/delete-workflow-runs@v2 with: @@ -70,19 +70,19 @@ jobs: with: distribution: 'zulu' java-version: '17' - + - name: Patch apk run: bash src/build/build-rve.sh - + - name: Generate release info run: | echo " + [![](https://visitcount.itsvg.in/api?id=Fioren&label=Visitors&color=6&icon=5&pretty=true)](https://visitcount.itsvg.in) **Change log** :point_down: [Revanced](https://github.com/revanced/revanced-patches/releases/latest) [Revanced Extended](https://github.com/inotia00/revanced-patches/releases/latest) "> ${{ github.workspace }}-CHANGELOG.txt - - + - name: Release uses: softprops/action-gh-release@v0.1.15 with: @@ -102,7 +102,7 @@ jobs: delete_tags: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - + - name: Delete workflow runs uses: Mattraks/delete-workflow-runs@v2 with: