Преглед изворни кода

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-')