From c9bf5c1b1161422a3473495904db50e37736f5e8 Mon Sep 17 00:00:00 2001 From: Roman Demidov Date: Thu, 20 Mar 2025 15:45:25 +0300 Subject: [PATCH] Update WinGet action --- .github/workflows/winget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index 262ef6a..066a747 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -7,7 +7,7 @@ jobs: runs-on: windows-latest steps: - name: Publish to WinGet - uses: vedantmgoyal2009/winget-releaser@main + uses: vedantmgoyal9/winget-releaser@main with: identifier: ONLYOFFICE.DesktopEditors installers-regex: '(x86|x64)\.(exe|msi)$'