Update buildapp.yml
This commit is contained in:
parent
af6de6285b
commit
f1e4e8f730
1 changed files with 2 additions and 2 deletions
4
.github/workflows/buildapp.yml
vendored
4
.github/workflows/buildapp.yml
vendored
|
|
@ -151,8 +151,8 @@ jobs:
|
|||
ytliteplus_version: ${{ inputs.ytliteplus_version }}
|
||||
DRAFT: ${{ inputs.create_release }}
|
||||
with:
|
||||
tag_name: v"$yt_version"-${{ env.ytliteplus_version }}
|
||||
name: v"$yt_version"-${{ env.ytliteplus_version }} - YTLitePlus
|
||||
tag_name: v$yt_version-${{ env.ytliteplus_version }}
|
||||
name: v$yt_version-${{ env.ytliteplus_version }} - YTLitePlus
|
||||
files: main/packages/*.ipa
|
||||
draft: ${{ env.DRAFT }}
|
||||
body_path: ${{ github.workspace }}/release_notes.md
|
||||
|
|
|
|||
Loading…
Reference in a new issue