Fix winget action (#1725)

* Test

* Test2
This commit is contained in:
Roman Demidov
2024-11-18 10:34:45 +03:00
committed by Alexey Golubev
parent 3154f01969
commit ca1e626735
+3 -2
View File
@@ -6,9 +6,10 @@ jobs:
publish:
runs-on: windows-latest
steps:
- uses: vedantmgoyal2009/winget-releaser@main
- name: Publish to WinGet
uses: vedantmgoyal2009/winget-releaser@main
with:
identifier: ONLYOFFICE.DesktopEditors
installers-regex: '\.exe$'
installers-regex: '(x86|x64)\.(exe|msi)$'
token: ${{ secrets.WINGET_TOKEN }}