Ver Fonte

chore: fix missing assets type

keiko233 há 1 ano atrás
pai
commit
2322733427
1 ficheiros alterados com 2 adições e 0 exclusões
  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-')