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 }}