@@ -1203,50 +1203,42 @@ workflows:
1203
1203
name : Virus check - AppImage (prod)
1204
1204
ext : .AppImage
1205
1205
requires :
1206
- - Build app - Linux (dev)
1207
- # - Build app - Linux (prod)
1206
+ - Build app - Linux (prod)
1208
1207
- virustotal :
1209
1208
name : Virus check - deb (prod)
1210
1209
ext : .deb
1211
1210
requires :
1212
- - Build app - Linux (dev)
1213
- # - Build app - Linux (prod)
1211
+ - Build app - Linux (prod)
1214
1212
- virustotal :
1215
1213
name : Virus check - rpm (prod)
1216
1214
ext : .rpm
1217
1215
requires :
1218
- - Build app - Linux (dev)
1219
- # - Build app - Linux (prod)
1216
+ - Build app - Linux (prod)
1220
1217
- virustotal :
1221
1218
name : Virus check - snap (prod)
1222
1219
ext : .snap
1223
1220
requires :
1224
- - Build app - Linux (dev)
1225
- # - Build app - Linux (prod)
1221
+ - Build app - Linux (prod)
1226
1222
- virustotal :
1227
1223
name : Virus check x64 - dmg (prod)
1228
1224
ext : -x64.dmg
1229
1225
requires :
1230
- - Build app - MacOS (dev)
1231
- # - Build app - MacOS (prod)
1226
+ - Build app - MacOS (prod)
1232
1227
- virustotal :
1233
1228
name : Virus check arm64 - dmg (prod)
1234
1229
ext : -arm64.dmg
1235
1230
requires :
1236
- - Build app - MacOS (dev)
1237
- # - Build app - MacOS (prod)
1231
+ - Build app - MacOS (prod)
1238
1232
- virustotal :
1239
1233
name : Virus check MAS - pkg (prod)
1240
1234
ext : -mas.pkg
1241
1235
requires :
1242
- - Build app - MacOS (dev)
1243
- # - Build app - MacOS (prod)
1236
+ - Build app - MacOS (prod)
1244
1237
- virustotal :
1245
1238
name : Virus check - exe (prod)
1246
1239
ext : .exe
1247
1240
requires :
1248
- - Build app - Windows (dev)
1249
- # - Build app - Windows (prod)
1241
+ - Build app - Windows (prod)
1250
1242
# upload release to prerelease AWS folder
1251
1243
- release-aws-private :
1252
1244
name : Release AWS S3 Private (prod)
0 commit comments