From 399b4dff3bbc0519d25fe8e13e37b40c3304da88 Mon Sep 17 00:00:00 2001 From: Macley <26381427+Macleykun@users.noreply.github.com> Date: Sun, 17 Mar 2024 23:38:07 +0100 Subject: [PATCH] Update buildapp.yml --- .github/workflows/buildapp.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildapp.yml b/.github/workflows/buildapp.yml index 6dbaed2..0a64197 100644 --- a/.github/workflows/buildapp.yml +++ b/.github/workflows/buildapp.yml @@ -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