mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-08-17 13:13:37 +00:00
Update buildapp.yml
This commit is contained in:
parent
b72cda8a5c
commit
ae4d19d03a
1 changed files with 4 additions and 0 deletions
4
.github/workflows/buildapp.yml
vendored
4
.github/workflows/buildapp.yml
vendored
|
|
@ -115,6 +115,10 @@ jobs:
|
|||
env:
|
||||
THEOS: ${{ github.workspace }}/theos
|
||||
|
||||
- name: Fix Theos broken pipe issue
|
||||
run: |
|
||||
sed -i '' 's/od -c "$i" | head/od -c "$i" 2>\/dev\/null | head/g' $THEOS/bin/convert_xml_plist.sh || true
|
||||
|
||||
- name: Hash YT ipa url
|
||||
run: |
|
||||
URL_YT="$(jq -r '.inputs.decrypted_youtube_url' $GITHUB_EVENT_PATH)"
|
||||
|
|
|
|||
Loading…
Reference in a new issue