update buildapp.yml version
This commit is contained in:
parent
6d7e8f0837
commit
359ecc0c8d
2 changed files with 2 additions and 2 deletions
2
.github/RELEASE_TEMPLATE/Release.md
vendored
2
.github/RELEASE_TEMPLATE/Release.md
vendored
|
|
@ -1,7 +1,7 @@
|
||||||
# YTLitePlus Release Information
|
# YTLitePlus Release Information
|
||||||
|
|
||||||
Current YouTube IPA: `%youtube_version%`
|
Current YouTube IPA: `%youtube_version%`
|
||||||
Current YTLitePlus Version: `%ytliteplus_version%`
|
Current YTLite Version: `%ytliteplus_version%`
|
||||||
Current App Compatibility: `iOS/iPadOS 14.0` or later
|
Current App Compatibility: `iOS/iPadOS 14.0` or later
|
||||||
|
|
||||||
**RELEASE %youtube_version%-%ytliteplus_version%:** (%date%)
|
**RELEASE %youtube_version%-%ytliteplus_version%:** (%date%)
|
||||||
|
|
|
||||||
2
.github/workflows/buildapp.yml
vendored
2
.github/workflows/buildapp.yml
vendored
|
|
@ -18,7 +18,7 @@ on:
|
||||||
type: string
|
type: string
|
||||||
ytliteplus_version:
|
ytliteplus_version:
|
||||||
description: "The version of YTLitePlus"
|
description: "The version of YTLitePlus"
|
||||||
default: "2.4"
|
default: "2.7"
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
bundle_id:
|
bundle_id:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue