Files
ODAB/.github/workflows/winget.yml
T
Roman Demidov a8f4ca350f Add deployment action to WinGet (#1183)
* Add deployment action to WinGet

* Add all .msi and .exe files

* Small changes

* Small changes

* Small changes
2023-01-26 19:50:27 +05:00

16 lines
351 B
YAML

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