Update patch.yml

This commit is contained in:
FiorenMas
2023-04-12 00:49:47 +07:00
parent f5c71b2521
commit 2cc281be10

View File

@@ -15,8 +15,7 @@ jobs:
distribution: 'zulu' distribution: 'zulu'
java-version: '17' java-version: '17'
- name: Patch Youtube Revanced & Revanced Extended non-root
run: bash yt/patch-yt.sh
- name: Patch Youtube Music Revanced & Revanced Extended non-root - name: Patch Youtube Music Revanced & Revanced Extended non-root
run: bash ytm/patch-ytm.sh run: bash ytm/patch-ytm.sh
@@ -98,7 +97,7 @@ jobs:
- name: Release Youtube Music Revanced - name: Release Youtube Music Revanced
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
with: with:
files: yt-revanced.apk files: ytm-revanced.apk
name: ${{ env.INFO-YTM-RV }} name: ${{ env.INFO-YTM-RV }}
tag_name: YT-Revanced tag_name: YT-Revanced
body_path: ${{ github.workspace }}-CHANGELOG.txt body_path: ${{ github.workspace }}-CHANGELOG.txt
@@ -108,7 +107,7 @@ jobs:
- name: Release Youtube Music Revanced Extended - name: Release Youtube Music Revanced Extended
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
with: with:
files: yt-revanced-extended.apk files: ytm-revanced-extended.apk
name: ${{ env.INFO-YTM-RVE }} name: ${{ env.INFO-YTM-RVE }}
tag_name: YT-Revanced-Extended tag_name: YT-Revanced-Extended
body_path: ${{ github.workspace }}-CHANGELOG.txt body_path: ${{ github.workspace }}-CHANGELOG.txt