浏览代码

chore: fix missing assets type

keiko233 1 年之前
父节点
当前提交
2322733427
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      .github/workflows/dev.yaml

+ 2 - 0
.github/workflows/dev.yaml

@@ -57,6 +57,8 @@ jobs:
             *.dmg
             *.msi
             *.sig
+            *.exe
+            *.json
 
       - name: Install Dependencies (Ubuntu Only)
         if: startsWith(matrix.os, 'ubuntu-')