appveyor: name each 7z by version"

This commit is contained in:
Alam Ed Arias 2016-01-29 11:42:40 -05:00
parent 5582d715d4
commit ba1cb80ff7
1 changed files with 2 additions and 2 deletions

View File

@ -43,8 +43,8 @@ build_script:
- cmd: mingw32-make.exe -C src MINGW=1 WARNINGMODE=1 NOASM=1 NOUPX=1 GCC52=1 SDL=1 ERRORMODE=1
after_build:
- cmd: 7z a Build.7z -w bin\Mingw\Release
- appveyor PushArtifact Build.7z
- cmd: 7z a $(appveyor_build_version).7z bin\Mingw\Release -x!.gitignore
- appveyor PushArtifact $(appveyor_build_version).7z
test: off