appveyor: update version to match zig version

master
Andrew Kelley 2017-10-16 13:01:34 -04:00
parent 1d88f9b9a6
commit 38a947c683
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ cd %APPVEYOR_BUILD_FOLDER%
build-msvc-release\bin\zig.exe version >version.txt
set /p ZIGVERSION=<version.txt
appveyor UpdateBuild -Version "%ZIGVERSION%"
SET "RELEASEDIR=zig-%ZIGVERSION%"
mkdir "%RELEASEDIR%"
move build-msvc-release\bin\zig.exe "%RELEASEDIR%"