mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 07:41:59 +00:00
Fix building on a branch
This commit is contained in:
parent
3738ed19bb
commit
13f1aa783a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/buildapp.yml
vendored
6
.github/workflows/buildapp.yml
vendored
|
|
@ -18,8 +18,8 @@ on:
|
||||||
type: string
|
type: string
|
||||||
uyouenhanced_version:
|
uyouenhanced_version:
|
||||||
description: "The version of uYouEnhanced (Commit ID)"
|
description: "The version of uYouEnhanced (Commit ID)"
|
||||||
default: "main"
|
default: ""
|
||||||
required: true
|
required: false
|
||||||
type: string
|
type: string
|
||||||
decrypted_youtube_url:
|
decrypted_youtube_url:
|
||||||
description: "The direct URL to the decrypted YouTube ipa"
|
description: "The direct URL to the decrypted YouTube ipa"
|
||||||
|
|
@ -63,7 +63,7 @@ jobs:
|
||||||
uses: actions/checkout@v4.1.1
|
uses: actions/checkout@v4.1.1
|
||||||
with:
|
with:
|
||||||
path: main
|
path: main
|
||||||
ref: ${{ inputs.uyouenhanced_version }}
|
ref: ${{ github.event.inputs.uyouenhanced_version || github.ref }}
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue