doublecmd/.github/workflows/winget.yml
Vedant d272e36a2d Update winget.yml (#613)
(cherry picked from commit 5113c698f6)
2022-10-21 19:51:34 +03:00

13 lines
352 B
YAML

name: Publish to WinGet
on:
release:
types: [released]
jobs:
publish:
runs-on: windows-latest # action can only be run on windows
steps:
- uses: vedantmgoyal2009/winget-releaser@v1
with:
identifier: alexx2000.DoubleCommander
installers-regex: '.(exe|msi)$'
token: ${{ secrets.WINGET_TOKEN }}