From 0cd5670bd3badc564e97d33db4cb0a1bf217bc43 Mon Sep 17 00:00:00 2001 From: hstyi Date: Wed, 11 Jun 2025 08:46:36 +0800 Subject: [PATCH] chore: winget.yml --- .github/workflows/winget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index eb51571..3257010 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -10,5 +10,5 @@ jobs: if: github.repository == 'TermoraDev/termora' with: identifier: TermoraDev.Termora - installers-regex: 'x86-64\.exe$' # Only x86-64.exe files + installers-regex: '\.exe$' token: ${{ secrets.WINGET_TOKEN }}