doublecmd/.github/workflows/winget.yml
Alexander Koblov cdebe99bb6 FIX: Publish to WinGet
(cherry picked from commit 7beaff2b48)
2023-08-02 23:08:29 +03:00

13 lines
347 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: '\.msi$'
token: ${{ secrets.WINGET_TOKEN }}