Update YouTube download URL in build workflow

This commit is contained in:
Keen-eyed 2026-03-22 13:14:27 +09:00 committed by GitHub
parent a8dbcaacca
commit 167ab2eb6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -122,7 +122,7 @@ jobs:
- name: Prepare YouTube iPA
id: prepare_youtube
run: |
wget "$YOUTUBE_URL" --quiet --no-verbose -O main/YouTube.ipa
wget "$URL_YT" --quiet --no-verbose -O main/YouTube.ipa
cd ${{ github.workspace }}/main
mv YouTube.ipa YouTube.zip
unzip -q YouTube.zip