Skip to content

Commit f1dc87f

Browse files
committed
winget: upload arm64 installers
Signed-off-by: Christian Brabandt <[email protected]>
1 parent 3a5f374 commit f1dc87f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/winget_nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ jobs:
99
- uses: vedantmgoyal9/winget-releaser@main
1010
with:
1111
identifier: vim.vim.nightly
12-
installers-regex: 'gvim.*(x64|x86).exe$'
12+
installers-regex: 'gvim.*(x64|x86|arm64).exe$'
1313
token: ${{ secrets.WINGET_TOKEN }}

.github/workflows/winget_stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
- uses: vedantmgoyal9/winget-releaser@main
3636
with:
3737
identifier: vim.vim
38-
installers-regex: 'gvim.*(x64|x86).exe$'
38+
installers-regex: 'gvim.*(x64|x86|arm64).exe$'
3939
token: ${{ secrets.WINGET_TOKEN }}

0 commit comments

Comments
 (0)