Update winget action regex to include ARM64 (#20)

Reviewed-on: https://git.onlyoffice.com/ONLYOFFICE/DesktopEditors/pulls/20
Co-authored-by: Roman Demidov <roman.demidov@onlyoffice.com>
Co-committed-by: Roman Demidov <roman.demidov@onlyoffice.com>
This commit is contained in:
Roman Demidov
2026-01-13 09:09:30 +00:00
committed by RomanDemidov
parent f46fef1a6c
commit 60faf367e5
+1 -1
View File
@@ -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 }}