doublecmd/.github/workflows/winget.yml
2023-04-02 14:14:54 +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@v2
with:
identifier: alexx2000.DoubleCommander
installers-regex: '.(exe|msi)$'
token: ${{ secrets.WINGET_TOKEN }}