Skip to content

ONLYOFFICE-DesktopEditors-9.2.1 #36

ONLYOFFICE-DesktopEditors-9.2.1

ONLYOFFICE-DesktopEditors-9.2.1 #36

Workflow file for this run

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