File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -617,7 +617,7 @@ jobs:
617
617
- run :
618
618
name : export FILE_NAME environment variable
619
619
command : |
620
- echo 'export FILE_NAME="RedisInsight*. << parameters.ext >>"' >> $BASH_ENV
620
+ echo 'export FILE_NAME="RedisInsight*<< parameters.ext >>"' >> $BASH_ENV
621
621
- << : *scan
622
622
- << : *validate
623
623
docker :
@@ -995,27 +995,27 @@ workflows:
995
995
# virus check all electron apps (prod only)
996
996
- virustotal :
997
997
name : Virus check - AppImage (prod)
998
- ext : AppImage
998
+ ext : . AppImage
999
999
requires :
1000
1000
- Build app - Linux (prod)
1001
1001
- virustotal :
1002
1002
name : Virus check - deb (prod)
1003
- ext : deb
1003
+ ext : . deb
1004
1004
requires :
1005
1005
- Build app - Linux (prod)
1006
1006
- virustotal :
1007
- name : Virus check arm64 - dmg (prod)
1008
- ext : x64.dmg
1007
+ name : Virus check x64 - dmg (prod)
1008
+ ext : - x64.dmg
1009
1009
requires :
1010
1010
- Build app - MacOS (prod)
1011
1011
- virustotal :
1012
- name : Virus check x64 - dmg (prod)
1013
- ext : arm64.dmg
1012
+ name : Virus check arm64 - dmg (prod)
1013
+ ext : - arm64.dmg
1014
1014
requires :
1015
1015
- Build app - MacOS (prod)
1016
1016
- virustotal :
1017
1017
name : Virus check - exe (prod)
1018
- ext : exe
1018
+ ext : . exe
1019
1019
requires :
1020
1020
- Build app - Windows (prod)
1021
1021
You can’t perform that action at this time.
0 commit comments