From 29a0dedcce36865cb1e5c90dd8c514f6c34f0c20 Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Tue, 28 Nov 2023 11:10:41 +0900 Subject: [PATCH] chore(action/build): fix version tag --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bc3ed562..8a0ba515 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -146,7 +146,7 @@ jobs: Thanks to all contributors! 🏅 - (Note for Windows: `YouTube-Music-Web-Setup-$VERSION.exe` is an installer, and `YouTube-Music-$VERSION.exe` is a portable version) + (Note for Windows: `YouTube-Music-Web-Setup-${{ env.VERSION_TAG }}.exe` is an installer, and `YouTube-Music-${{ env.VERSION_TAG }}.exe` is a portable version) - name: Update changelog if: ${{ env.VERSION_HASH == '' }}