From f2d20d05c4ea1bee5abbbdbc15cda1e2ee0c3517 Mon Sep 17 00:00:00 2001 From: Araxeus <78568641+Araxeus@users.noreply.github.com> Date: Tue, 28 Feb 2023 23:28:24 +0200 Subject: [PATCH] [winget] add installer regex --- .github/workflows/winget-submission.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/winget-submission.yml b/.github/workflows/winget-submission.yml index d325945e..89d5e4c1 100644 --- a/.github/workflows/winget-submission.yml +++ b/.github/workflows/winget-submission.yml @@ -19,6 +19,7 @@ jobs: uses: vedantmgoyal2009/winget-releaser@v2 with: identifier: th-ch.YouTubeMusic + installers-regex: '^YouTube-Music-Setup-[\d\.]+\.exe$' version: ${{ inputs.tag_name || github.event.release.tag_name }} release-tag: ${{ inputs.tag_name || github.event.release.tag_name }} token: ${{ secrets.WINGET_ACC_TOKEN }}