@@ -51,26 +51,26 @@ before_build:
5151
5252after_build :
5353 - ps : New-Item -ItemType directory -Path .\$env:PLATFORM
54- - cmd : ' 7z a -ttar -so Radegast-%TAG_VERSION%.tar %APPVEYOR_BUILD_FOLDER%\bin\Release\ | 7z a -si %PLATFORM%\Radegast -%TAG_VERSION%.tbz'
55- - ps : Copy-Item bin\Release\RadegastSetup_$env:PLATFORM.msi $env:PLATFORM\RadegastSetup -$env:TAG_VERSION.msi
56- - ps : Copy-Item bin\Release\RadegastBundle_$env:PLATFORM.exe $env:PLATFORM\RadegastSetup -$env:TAG_VERSION.exe
54+ - cmd : ' 7z a -ttar -so Radegast-%TAG_VERSION%.tar %APPVEYOR_BUILD_FOLDER%\bin\Release\ | 7z a -si Radegast_ %PLATFORM%-%TAG_VERSION%.tbz'
55+ - ps : Copy-Item bin\Release\RadegastSetup_$env:PLATFORM.msi RadegastSetup_ $env:PLATFORM-$env:TAG_VERSION.msi
56+ - ps : Copy-Item bin\Release\RadegastBundle_$env:PLATFORM.exe RadegastSetup_ $env:PLATFORM-$env:TAG_VERSION.exe
5757
5858artifacts :
59- - path : ' x64\ RadegastSetup- *.exe'
59+ - path : ' RadegastSetup*.exe'
6060 name : ' Radegast Windows x64 Bundle'
6161 type : Auto
62- - path : ' x64\ RadegastSetup- *.msi'
62+ - path : ' RadegastSetup*.msi'
6363 name : ' Radegast Windows x64 MSI'
6464 type : Auto
65- - path : ' x64\ Radegast- *.tbz'
65+ - path : ' Radegast*.tbz'
6666 name : ' Radegast Linux x64'
6767 type : Auto
68- - path : ' x86\ RadegastSetup- *.exe'
68+ - path : ' RadegastSetup*.exe'
6969 name : ' Radegast Windows x86 Bundle'
7070 type : Auto
71- - path : ' x86\ RadegastSetup- *.msi'
71+ - path : ' RadegastSetup*.msi'
7272 name : ' Radegast Windows x86 MSI'
7373 type : Auto
74- - path : ' x86\ Radegast-*.tbz'
74+ - path : ' Radegast-*.tbz'
7575 name : ' Radegast Linux x86'
7676 type : Auto
0 commit comments