We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d5a678 + f1dc87f commit 880ab65Copy full SHA for 880ab65
.github/workflows/winget_nightly.yml
@@ -9,5 +9,5 @@ jobs:
9
- uses: vedantmgoyal9/winget-releaser@main
10
with:
11
identifier: vim.vim.nightly
12
- installers-regex: 'gvim.*(x64|x86).exe$'
+ installers-regex: 'gvim.*(x64|x86|arm64).exe$'
13
token: ${{ secrets.WINGET_TOKEN }}
.github/workflows/winget_stable.yml
@@ -35,5 +35,5 @@ jobs:
35
36
37
identifier: vim.vim
38
39
0 commit comments