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:
committed by
RomanDemidov
parent
f46fef1a6c
commit
60faf367e5
@@ -10,6 +10,6 @@ jobs:
|
|||||||
uses: vedantmgoyal9/winget-releaser@main
|
uses: vedantmgoyal9/winget-releaser@main
|
||||||
with:
|
with:
|
||||||
identifier: ONLYOFFICE.DesktopEditors
|
identifier: ONLYOFFICE.DesktopEditors
|
||||||
installers-regex: '(x86|x64)\.(exe|msi)$'
|
installers-regex: '(x86|x64|arm64)\.exe$'
|
||||||
token: ${{ secrets.WINGET_TOKEN }}
|
token: ${{ secrets.WINGET_TOKEN }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user