'remove unsupported devices' key

This commit is contained in:
Dan
2024-09-07 17:06:12 +03:00
committed by GitHub
parent b382ddb428
commit 58e7653b5b
+1 -1
View File
@@ -144,7 +144,7 @@ jobs:
THEOS: ${{ github.workspace }}/theos
- name: Inject tweaks into IPA
run: pyzule -i ${{ github.workspace }}/youtube.ipa -o ${{ github.workspace }}/YouTubePlus_${{ inputs.tweak_version }}_Tweaks.ipa -w -f ${{ github.workspace }}/ytplus.deb ${{ github.workspace }}/OpenYoutubeSafariExtension.appex ${{ github.workspace }}/youpip.deb ${{ github.workspace }}/ytuhd.deb ${{ github.workspace }}/ryd.deb
run: pyzule -i ${{ github.workspace }}/youtube.ipa -o ${{ github.workspace }}/YouTubePlus_${{ inputs.tweak_version }}_Tweaks.ipa -w -u -f ${{ github.workspace }}/ytplus.deb ${{ github.workspace }}/OpenYoutubeSafariExtension.appex ${{ github.workspace }}/youpip.deb ${{ github.workspace }}/ytuhd.deb ${{ github.workspace }}/ryd.deb
- name: Upload to GitHub Releases
uses: softprops/action-gh-release@v2.0.1