Add win-arm64 target (#1665)

This commit is contained in:
Ahmed ElSayed
2026-02-07 15:39:57 -08:00
committed by GitHub
parent d93f6e8720
commit fb170bb7c4
7 changed files with 64 additions and 2 deletions
+1 -2
View File
@@ -16,6 +16,5 @@ jobs:
- uses: vedantmgoyal9/winget-releaser@main
with:
identifier: jeffvli.Feishin
installers-regex: 'Feishin-*-win-x64\.exe'
installers-regex: 'Feishin-*-win-(x64|arm64)\.exe'
token: ${{ secrets.WINGET_ACC_TOKEN }}