mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
Create winget.yml (#487)
This commit is contained in:
parent
d3669d5c32
commit
d6ac8c7bdb
1 changed files with 13 additions and 0 deletions
13
.github/workflows/winget.yml
vendored
Normal file
13
.github/workflows/winget.yml
vendored
Normal 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue