From d989940a4dcdf8d5cbdc2fdfdfc40849117dc85c Mon Sep 17 00:00:00 2001 From: Vedant <83997633+vedantmgoyal2009@users.noreply.github.com> Date: Sun, 21 Aug 2022 16:29:18 +0530 Subject: [PATCH] Update winget.yml (#393) --- .github/workflows/winget.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index eb310b18..5ee43d31 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -9,4 +9,5 @@ jobs: - uses: vedantmgoyal2009/winget-releaser@latest with: identifier: Suwayomi.Tachidesk-Server + installers-regex: '.*x64.msi$' token: ${{ secrets.WINGET_PUBLISH_PAT }}