Update buildapp.yml
This commit is contained in:
parent
f1e4e8f730
commit
399b4dff3b
1 changed files with 3 additions and 2 deletions
5
.github/workflows/buildapp.yml
vendored
5
.github/workflows/buildapp.yml
vendored
|
|
@ -149,10 +149,11 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
ytliteplus_version: ${{ inputs.ytliteplus_version }}
|
||||
YOUTUBE_VERSION: $yt_versio
|
||||
DRAFT: ${{ inputs.create_release }}
|
||||
with:
|
||||
tag_name: v$yt_version-${{ env.ytliteplus_version }}
|
||||
name: v$yt_version-${{ env.ytliteplus_version }} - YTLitePlus
|
||||
tag_name: v${{ env.YOUTUBE_VERSION }}-${{ env.ytliteplus_version }}
|
||||
name: v${{ env.YOUTUBE_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