mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-23 11:42:16 +00:00
Merge ea59149c23 into c8d21c0d53
This commit is contained in:
commit
369af2b956
1 changed files with 1 additions and 2 deletions
3
.github/workflows/buildapp.yml
vendored
3
.github/workflows/buildapp.yml
vendored
|
|
@ -19,7 +19,7 @@ on:
|
|||
decrypted_youtube_url:
|
||||
description: "Direct URL of the decrypted YouTube IPA"
|
||||
default: ""
|
||||
required: true
|
||||
required: false
|
||||
type: string
|
||||
bundle_id:
|
||||
description: "Modify the bundle ID"
|
||||
|
|
@ -124,7 +124,6 @@ jobs:
|
|||
- name: Prepare YouTube iPA
|
||||
id: prepare_youtube
|
||||
run: |
|
||||
wget "$YOUTUBE_URL" --quiet --no-verbose -O main/YouTube.ipa
|
||||
cd ${{ github.workspace }}/main
|
||||
mv YouTube.ipa YouTube.zip
|
||||
unzip -q YouTube.zip
|
||||
|
|
|
|||
Loading…
Reference in a new issue