Files
ODAB/.github/workflows/winget.yml
T
2024-11-05 14:59:28 +03:00

15 lines
314 B
YAML

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