File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -1169,6 +1169,16 @@ workflows:
1169
1169
ext : .deb
1170
1170
requires :
1171
1171
- Build app - Linux (prod)
1172
+ - virustotal :
1173
+ name : Virus check - rpm (prod)
1174
+ ext : .rpm
1175
+ requires :
1176
+ - Build app - Linux (prod)
1177
+ - virustotal :
1178
+ name : Virus check - snap (prod)
1179
+ ext : .snap
1180
+ requires :
1181
+ - Build app - Linux (prod)
1172
1182
- virustotal :
1173
1183
name : Virus check x64 - dmg (prod)
1174
1184
ext : -x64.dmg
@@ -1179,6 +1189,11 @@ workflows:
1179
1189
ext : -arm64.dmg
1180
1190
requires :
1181
1191
- Build app - MacOS (prod)
1192
+ - virustotal :
1193
+ name : Virus check MAS - pkg (prod)
1194
+ ext : -mas.pkg
1195
+ requires :
1196
+ - Build app - MacOS (prod)
1182
1197
- virustotal :
1183
1198
name : Virus check - exe (prod)
1184
1199
ext : .exe
@@ -1190,8 +1205,11 @@ workflows:
1190
1205
requires :
1191
1206
- Virus check - AppImage (prod)
1192
1207
- Virus check - deb (prod)
1208
+ - Virus check - rpm (prod)
1209
+ - Virus check - snap (prod)
1193
1210
- Virus check x64 - dmg (prod)
1194
1211
- Virus check arm64 - dmg (prod)
1212
+ - Virus check MAS - pkg (prod)
1195
1213
- Virus check - exe (prod)
1196
1214
# Manual approve for publish release
1197
1215
- approve-publish :
You can’t perform that action at this time.
0 commit comments