Skip to content

Commit 7420136

Browse files
author
arthosofteq
authored
Merge pull request #441 from RedisInsight/main
fix viruscheck
2 parents ba7833c + 4ce068c commit 7420136

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.circleci/config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ jobs:
617617
- run:
618618
name: export FILE_NAME environment variable
619619
command: |
620-
echo 'export FILE_NAME="RedisInsight*.<< parameters.ext >>"' >> $BASH_ENV
620+
echo 'export FILE_NAME="RedisInsight*<< parameters.ext >>"' >> $BASH_ENV
621621
- <<: *scan
622622
- <<: *validate
623623
docker:
@@ -995,27 +995,27 @@ workflows:
995995
# virus check all electron apps (prod only)
996996
- virustotal:
997997
name: Virus check - AppImage (prod)
998-
ext: AppImage
998+
ext: .AppImage
999999
requires:
10001000
- Build app - Linux (prod)
10011001
- virustotal:
10021002
name: Virus check - deb (prod)
1003-
ext: deb
1003+
ext: .deb
10041004
requires:
10051005
- Build app - Linux (prod)
10061006
- virustotal:
1007-
name: Virus check arm64 - dmg (prod)
1008-
ext: x64.dmg
1007+
name: Virus check x64 - dmg (prod)
1008+
ext: -x64.dmg
10091009
requires:
10101010
- Build app - MacOS (prod)
10111011
- virustotal:
1012-
name: Virus check x64 - dmg (prod)
1013-
ext: arm64.dmg
1012+
name: Virus check arm64 - dmg (prod)
1013+
ext: -arm64.dmg
10141014
requires:
10151015
- Build app - MacOS (prod)
10161016
- virustotal:
10171017
name: Virus check - exe (prod)
1018-
ext: exe
1018+
ext: .exe
10191019
requires:
10201020
- Build app - Windows (prod)
10211021

0 commit comments

Comments
 (0)