File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -671,26 +671,26 @@ jobs:
671
671
declare -A tag0=(
672
672
[key]='platform'
673
673
[value]='macos'
674
- [objectDownload]=${appFileName }'-mac-x64.dmg'
675
- [objectUpgrade]=${appFileName }'.zip'
674
+ [objectDownload]=${applicationName }'-mac-x64.dmg'
675
+ [objectUpgrade]=${applicationName }'.zip'
676
676
)
677
677
678
678
declare -A tag1=(
679
679
[key]='platform'
680
680
[value]='windows'
681
- [objectDownload]=${appFileName }'-win-installer.exe'
681
+ [objectDownload]=${applicationName }'-win-installer.exe'
682
682
)
683
683
684
684
declare -A tag2=(
685
685
[key]='platform'
686
686
[value]='linux_AppImage'
687
- [objectDownload]=${appFileName }'-linux.AppImage'
687
+ [objectDownload]=${applicationName }'-linux.AppImage'
688
688
)
689
689
690
690
declare -A tag3=(
691
691
[key]='platform'
692
692
[value]='linux_deb'
693
- [objectDownload]=${appFileName }'-linux.deb'
693
+ [objectDownload]=${applicationName }'-linux.deb'
694
694
)
695
695
696
696
# loop for add all tags to each app and create metrics
Original file line number Diff line number Diff line change 12
12
" package.json"
13
13
],
14
14
"afterSign" : " electron-builder-notarize" ,
15
- "artifactName" : " RedisInsight .${ext}" ,
15
+ "artifactName" : " ${productName} .${ext}" ,
16
16
"compression" : " normal" ,
17
17
"mac" : {
18
18
"target" : [" dmg" , " zip" ],
24
24
"gatekeeperAssess" : false
25
25
},
26
26
"dmg" : {
27
- "artifactName" : " RedisInsight -${os}-x64.${ext}" ,
27
+ "artifactName" : " ${productName} -${os}-x64.${ext}" ,
28
28
"contents" : [
29
29
{
30
30
"x" : 130 ,
40
40
},
41
41
"win" : {
42
42
"target" : [" nsis" ],
43
- "artifactName" : " RedisInsight -${os}-installer.${ext}"
43
+ "artifactName" : " ${productName} -${os}-installer.${ext}"
44
44
},
45
45
"linux" : {
46
46
"icon" : " ./resources/icons" ,
47
47
"target" : [" deb" , " AppImage" ],
48
48
"synopsis" : " Redis GUI by Redis Ltd." ,
49
49
"category" : " Development" ,
50
- "artifactName" : " RedisInsight -${os}.${ext}" ,
50
+ "artifactName" : " ${productName} -${os}.${ext}" ,
51
51
"desktop" : {
52
52
"Name" : " RedisInsight" ,
53
53
"Type" : " Application" ,
You can’t perform that action at this time.
0 commit comments