Skip to content

Commit 9a0686c

Browse files
committed
Updated config.yml
1 parent 6864381 commit 9a0686c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.circleci/config.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ workflows:
10121012
name: Virus check - dmg (prod)
10131013
ext: arm64.dmg
10141014
requires:
1015-
- Build app x64- MacOS (prod)
1015+
- Build app x64 - MacOS (prod)
10161016
- virustotal:
10171017
name: Virus check - exe (prod)
10181018
ext: exe
@@ -1025,7 +1025,8 @@ workflows:
10251025
requires:
10261026
- Virus check - AppImage (prod)
10271027
- Virus check - deb (prod)
1028-
- Virus check - dmg (prod)
1028+
- Virus check x64 - dmg (prod)
1029+
- Virus check arm64 - dmg (prod)
10291030
- Virus check - exe (prod)
10301031

10311032
- release-github:
@@ -1034,7 +1035,8 @@ workflows:
10341035
requires:
10351036
- Virus check - AppImage (prod)
10361037
- Virus check - deb (prod)
1037-
- Virus check - dmg (prod)
1038+
- Virus check x64 - dmg (prod)
1039+
- Virus check arm64 - dmg (prod)
10381040
- Virus check - exe (prod)
10391041

10401042
# Manual approve for publish release

0 commit comments

Comments
 (0)