From 60faf367e5634ba4462a0fa258c41a467277bdfc Mon Sep 17 00:00:00 2001 From: Roman Demidov Date: Tue, 13 Jan 2026 09:09:30 +0000 Subject: [PATCH] Update winget action regex to include ARM64 (#20) Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/DesktopEditors/pulls/20 Co-authored-by: Roman Demidov Co-committed-by: Roman Demidov --- .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 066a747..7a84b94 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -10,6 +10,6 @@ jobs: uses: vedantmgoyal9/winget-releaser@main with: identifier: ONLYOFFICE.DesktopEditors - installers-regex: '(x86|x64)\.(exe|msi)$' + installers-regex: '(x86|x64|arm64)\.exe$' token: ${{ secrets.WINGET_TOKEN }}