Fix winget action (#1200)

This commit is contained in:
Roman Demidov
2023-02-08 11:35:49 +03:00
committed by GitHub
parent a9f9e1fbe7
commit a075a5cb15
+1 -2
View File
@@ -9,7 +9,6 @@ jobs:
- uses: vedantmgoyal2009/winget-releaser@v1 - uses: vedantmgoyal2009/winget-releaser@v1
with: with:
identifier: ONLYOFFICE.DesktopEditors identifier: ONLYOFFICE.DesktopEditors
installers-regex: '\.exe$|\.msi$' installers-regex: '\.exe$'
token: ${{ secrets.WINGET_TOKEN }} token: ${{ secrets.WINGET_TOKEN }}
fork-user: ONLYOFFICE