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:
@@ -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
|
||||||
|
|
||||||
Reference in New Issue
Block a user