Skip to content

Commit 880ab65

Browse files
authored
Merge pull request #383 from chrisbra/winget-arm64
winget: upload arm64 installers
2 parents 9d5a678 + f1dc87f commit 880ab65

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)