Update buildapp.yml

This commit is contained in:
aricloverEXTRA 2026-06-30 02:55:20 -05:00 committed by GitHub
parent b72cda8a5c
commit ae4d19d03a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)"