Skip to content

Commit 8285a6c

Browse files
Create winget.yml
1 parent 1a4044b commit 8285a6c

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.github/workflows/winget.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Publish to WinGet
2+
on:
3+
release:
4+
types: [released]
5+
jobs:
6+
publish:
7+
runs-on: windows-latest # action can only be run on windows
8+
steps:
9+
- uses: vedantmgoyal2009/winget-releaser@latest
10+
with:
11+
identifier: vim.vim
12+
installers-regex: 'gvim.*(x64|x86).exe$'
13+
token: ${{ secrets.WINGET_TOKEN }}

0 commit comments

Comments
 (0)