mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
13 lines
310 B
YAML
13 lines
310 B
YAML
name: Publish to WinGet
|
|
on:
|
|
release:
|
|
types: [released]
|
|
jobs:
|
|
publish:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: vedantmgoyal2009/winget-releaser@v2
|
|
with:
|
|
identifier: alexx2000.DoubleCommander
|
|
installers-regex: '\.msi$'
|
|
token: ${{ secrets.WINGET_TOKEN }}
|