From 2ba3aaba478aee3cb295f0a5831a35f19d59d55c Mon Sep 17 00:00:00 2001
From: GyDi <zzzgydi@gmail.com>
Date: Wed, 11 Oct 2023 14:31:44 +0800
Subject: [PATCH] chore: fix alpha ci

---
 .github/workflows/alpha.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml
index 7ba81b0..aa006a9 100644
--- a/.github/workflows/alpha.yml
+++ b/.github/workflows/alpha.yml
@@ -53,6 +53,7 @@ jobs:
             *.dmg
             *.msi
             *.sig
+            *.exe
 
       - name: Install Dependencies (ubuntu only)
         if: startsWith(matrix.os, 'ubuntu-')
-- 
GitLab