Add deployment action to WinGet (#1183)

* Add deployment action to WinGet

* Add all .msi and .exe files

* Small changes

* Small changes

* Small changes
This commit is contained in:
Roman Demidov
2023-01-26 17:50:27 +03:00
committed by GitHub
parent 691f48ad71
commit a8f4ca350f
+15
View File
@@ -0,0 +1,15 @@
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