Fix the names of artifacts in appveyor

This commit is contained in:
Cheng Zhao 2017-09-26 14:37:31 +09:00
Родитель 2d1526e50b
Коммит 14dcb05376
1 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -17,13 +17,16 @@ build:
parallel: true
verbosity: minimal
after_build:
- cmd: if %PLATFORM%==Win32 (move Default\rcedit.exe Default\rcedit-x86.exe)
- cmd: if %PLATFORM%==x64 (move Default\rcedit.exe Default\rcedit-x64.exe)
branches:
only:
- master
artifacts:
- path: Default\rcedit.exe
name: rcedit-$(PLATFORM).exe
- path: Default\*.exe
deploy:
- provider: GitHub