Files
ODAB/.github/workflows/winget.yml
T
Roman Demidov ca1e626735 Fix winget action (#1725)
* Test

* Test2
2025-02-04 20:29:31 +03:00

16 lines
361 B
YAML

name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: windows-latest
steps:
- name: Publish to WinGet
uses: vedantmgoyal2009/winget-releaser@main
with:
identifier: ONLYOFFICE.DesktopEditors
installers-regex: '(x86|x64)\.(exe|msi)$'
token: ${{ secrets.WINGET_TOKEN }}