From ca1e626735e8566ac99d69baf7d169d95912dcbb Mon Sep 17 00:00:00 2001 From: Roman Demidov Date: Mon, 18 Nov 2024 10:34:45 +0300 Subject: [PATCH] Fix winget action (#1725) * Test * Test2 --- .github/workflows/winget.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 5e697a7..262ef6a 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -6,9 +6,10 @@ jobs: publish: runs-on: windows-latest steps: - - uses: vedantmgoyal2009/winget-releaser@main + - name: Publish to WinGet + uses: vedantmgoyal2009/winget-releaser@main with: identifier: ONLYOFFICE.DesktopEditors - installers-regex: '\.exe$' + installers-regex: '(x86|x64)\.(exe|msi)$' token: ${{ secrets.WINGET_TOKEN }}