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: publish:
runs-on: windows-latest runs-on: windows-latest
steps: steps:
- uses: vedantmgoyal2009/winget-releaser@main - name: Publish to WinGet
uses: vedantmgoyal2009/winget-releaser@main
with: with:
identifier: ONLYOFFICE.DesktopEditors identifier: ONLYOFFICE.DesktopEditors
installers-regex: '\.exe$' installers-regex: '(x86|x64)\.(exe|msi)$'
token: ${{ secrets.WINGET_TOKEN }} token: ${{ secrets.WINGET_TOKEN }}