Skip to content

Commit

Permalink
remove unsupported devices key
Browse files Browse the repository at this point in the history
  • Loading branch information
dayanch96 authored Sep 7, 2024
1 parent 9141320 commit b382ddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
mv *.appex ${{ github.workspace }}
- name: Inject tweak into IPA
run: pyzule -i ${{ github.workspace }}/youtube.ipa -o ${{ github.workspace }}/YouTubePlus_${{ inputs.tweak_version }}.ipa -f ${{ github.workspace }}/ytplus.deb ${{ github.workspace }}/OpenYoutubeSafariExtension.appex -w
run: pyzule -i ${{ github.workspace }}/youtube.ipa -o ${{ github.workspace }}/YouTubePlus_${{ inputs.tweak_version }}.ipa -f ${{ github.workspace }}/ytplus.deb ${{ github.workspace }}/OpenYoutubeSafariExtension.appex -w -u

- name: Upload to GitHub Releases
uses: softprops/[email protected]
Expand Down

0 comments on commit b382ddb

Please sign in to comment.