Create winget.yml (#487)

This commit is contained in:
Vedant 2022-09-18 14:26:50 +05:30 committed by GitHub
commit d6ac8c7bdb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
.github/workflows/winget.yml vendored Normal file
View file

@ -0,0 +1,13 @@
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@latest
with:
identifier: alexx2000.DoubleCommander
installers-regex: '.(exe|msi)$'
token: ${{ secrets.WINGET_TOKEN }}